首页 > 解决方案 > 带引号的 Json paser 输出

问题描述

我需要用引号输出我已经尝试了几种不同的方法但没有运气这需要像这样输出 bind = "0.0.0.0:25577" 但它只是像这样 bind = 0.0.0.0:25577 输出

{
    "velocity.toml": {
        "parser": "toml",
        "find": {
            "bind": "{{server.build.default.ip}}:{{server.build.default.port}}"
        }
    }
}

标签: json

解决方案


推荐阅读