Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想写一个并不难,但我只是想知道有没有现成的东西,可以在一行中解决这个任务而无需额外的编码?
如果您想在 *.properties 文件中保留一些配置并且没有中间模型将其以 json 格式保存,这将特别有用。
我发现了一个带有 Json 的 git 到其他格式,反之亦然。您可以检查此拉取请求,该请求将 java 属性添加到该项目的 JSON。
https://github.com/douglascrockford/JSON-java/pull/82