Skip to content

Instantly share code, notes, and snippets.

@sugarmo
Last active April 14, 2021 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
@sugarmo
Copy link
Author

sugarmo commented Apr 8, 2013

USAGE

  1. open the Terminal
  2. replace the in.json and out.plist with your own files.
  3. run it and that is it!

@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