JSON Editor and PlistEdit Pro
VDT Labs (via Dave DeLong):
View and edit your JSON files in “tree” or “text” mode. “Tree” mode offers a great and error proof way to manipulate your JSON, by allowing you to easily add, reorder, delete, copy & paste the items. The “text” mode offers a quick way to interact with the raw text which makes up the JSON and to investigate invalid JSONs.
[…]
The powerful HTTP Client included in the app, at no additional costs, allows you to easily create and perform HTTP requests. While its main purpose is to ease the fetch of JSON content from a server, it can be used to get or upload any content, including binary.
Mac and iOS developers must edit a variety of property list and JSON files while developing their applications. PlistEdit Pro makes editing these files easier by providing an intuitive and powerful interface. In addition to being able to copy and paste or drag and drop property list data around, PlistEdit Pro also offers powerful find and replace functionality, as well as structure definitions which provide easy access to commonly used keys in various standard property list files.
Previously:
3 Comments RSS · Twitter · Mastodon
Can also recommend VDT Labs' PLIST Editor (https://vdt-labs.com/plist-editor/). I bought it after 10 minutes of testdriving. Really good.
I like that it can preserve the formatting of the original JSON, but I wish it still had the option to reformat/prettify JSON.
Still looking for a JSON editor that can take pasted-in JavaScript objects. That is, an object in valid JavaScript format, but which doesn’t require quotes around property names and can have trailing commas. A JSON editor should be able to accept this, and as long as it doesn’t use non-JSON-compatible data types, automatically render it as JSON.