Skip to content

Instantly share code, notes, and snippets.

@sugarmo
Last active April 14, 2021 19:42
Show Gist options
  • Save sugarmo/5334805 to your computer and use it in GitHub Desktop.
Save sugarmo/5334805 to your computer and use it in GitHub Desktop.
Convert .json file to .plist file
plutil -convert xml1 in.json -o out.plist
@overals
Copy link

overals commented Apr 14, 2021

here is an online tool json to plist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment