工具Properties ↔ JSONJava.properties与JSON互转。在线免费的Properties↔JSON工具添加到快捷入口.propertiesapp.name=Demo app.port=3000→ JSONJSON(字符串值 → properties){ "app.name": "Demo", "app.port": "3000" }→ Properties嵌套对象不会展开为扁平 key;仅适合扁平字符串映射。