Properties ↔ JSONJava .properties 與 JSON 互轉。.propertiesapp.name=Demo app.port=3000→ JSONJSON(字串值 → properties){ "app.name": "Demo", "app.port": "3000" }→ Properties巢狀物件不會展開為扁平鍵;僅適合扁平字串對應。