PlistExplorer icon indicating copy to clipboard operation
PlistExplorer copied to clipboard

[Feature Request]: JSON output

Open abross86 opened this issue 3 years ago • 1 comments

I have been looking for a tool to convert NSKeyedArchiver plists into JSON strings. Could this tool be adapted for that purpose? Unfortunately, I don't have the knowledge to do this myself. Thank you!

abross86 avatar Apr 26 '21 16:04 abross86

plutil -convert json Root.plist -o out.json

dourgulf avatar Jun 28 '21 00:06 dourgulf