工具Properties ↔ JSONJava.properties與JSON互轉。完全免費、瀏覽器本機處理,不上傳伺服器。新增到快捷入口.propertiesapp.name=Demo app.port=3000→ JSONJSON(字串值 → properties){ "app.name": "Demo", "app.port": "3000" }→ Properties巢狀物件不會展開為扁平鍵;僅適合扁平字串對應。