Json Editor For Mac

Screenshots

Json editor mac free download. Design & Photo downloads - JSON Editor by Katamari and many more programs are available for instant and free download. Download this app from Microsoft Store for Windows 10, Windows 10 Mobile, Windows 10 Team (Surface Hub). See screenshots, read the latest customer reviews, and compare ratings for JSON Editor.

Description

JSON Editor is a must-have editor for JSON data. In a clean, uncluttered and user-friendly interface, it allows you to quickly create, visualize, modify, validate, format and save your JSON documents.
Along with the included HTTP Client, is a powerful tool to inspect and debug your API endpoints.
KEY FEATURE - JSON EDITOR
• Edit JSON documents both in tree and text modes
• Multiple selection in tree mode - you can select multiple siblings and perform standard operations (i.e. copy, drag and drop etc) on them
• Syntax coloring, auto-indentation and line numbers
• Validation of the JSON document
• Highlight of the validation errors, along with a description of them
• Make the JSON document human readable or compact, even if it is not entirely valid
• Auto-detect if the document is human readable or compact, and preserve this format
• Cut, copy, paste, delete and reorder the tree items
• Undo & redo
• Easily embed selected items in Array or Object (dictionary)
• Find & Replace, both in tree and text modes
• In tree mode you can choose where the Find (and Replace) will take place: in 'Key' column or 'Value' column or both. The option which controls which columns will be searched is available by clicking the 'search' image in the find bar (Command + F) and then accessing the options from 'Find In' submenu
• Find also lets you configure where in the JSON's keys and values to look for matches: 'Contains', 'Equals To', 'Starts With' and 'Ends With'.
• Import and export property list (.plist) files
• Support for pasting plist data, either from XML text or from Xcode
• Copy JSON nodes as Swift objects so you can use them in Xcode
• Copy JSON nodes as Objective-C objects (both modern and classic syntax) so you can use them in Xcode
• Copy JSON nodes as JSON Path strings
• Copy JSON nodes as XML plist so you can paste them in Xcode or other text editor
• Ability to change the default font - this font applies both to the JSON tree and to the text editor
• Ability to increase and decrease font size for better readability
• Detect when the JSON document is changed by another application. In Preferences (Command + ,) -> 'General' tab, you have the ability to customize what to do when this happens: 'Keep JSON Editor's version' or 'Ask how to resolve' or 'Update to modified version'
• Double click on one of JSON tree's column separators to resize the corresponding column so the largest text in that column will be visible
KEY FEATURE - HTTP CLIENT
• To open HTTP Client window choose 'Window -> HTTP Client' (Shift + Command + K)
• HTTP Client allows you to easily 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. The following HTTP verbs are supported: GET, POST, PUT, DELETE, HEAD
• You can create folders to group the HTTP requests. Folders inside folders are supported, too! This feature is very handy to group the projects or APIs you're working with
• Automatically detects if response body is text or binary, and for binary responses will shows its preview, while also allowing you save it to the desired file
• For response bodies which are text, you will have the option to beautify them as JSON and to open them in a new JSON Editor document
• Both HTTP authentication (basic, digest) and Proxy authentication, with Keychain integration, are supported
• OAuth 2.0 is also supported. In addition to the built-in providers (bitly, Facebook, Foursquare, GitHub, Google, Instagram) you may add your custom ones, too
• Once you have added and setup an OAuth 2.0 authorization you can attach it to a HTTP request - JSON Editor will take care of refreshing and attaching access token to the HTTP request
• Export and import HTTP requests and OAuth authorizations
OTHER FEATURES
• Dark Mode (on macOS Mojave 10.14)
• Fullscreen
• Versions
• Services
• Command-line/Terminal integration
• AppleScript (incl. JXA; JavaScript for Automation)

What’s New

Improvements
• Adds 'PATCH' in the list of HTTP verbs support by the HTTP Client.
Introduced in Version 1.29
Improvements
• Adds support to turn off the '+' and '-' buttons which appear on the row tracked by mouse. This can be done from Preferences (Command + ,) , by unchecking 'Show '+' and '-' buttons on the row tracked by mouse' option from 'View and Edit' tab.
• User's consent is now obtained before collecting crash reports and analytics.
Bug fixing
• Fixes the printing in Dark mode.
Introduced in Version 1.28
Bug fixing
• Fixes an issue where sometimes the response of a web service failed to be opened from command-line.
Introduced in Version 1.27
Bug fixing
• Fixes an issue where sometimes the response of a web service failed to be opened from command-line.
Introduced in Version 1.26
Improvements
• Adds command-line/Terminal integration. 'Preferences' -> 'Integration' contains the details how you can set this up. This integration allows you to control JSON Editor from the command-line, like piping text to a new document in JSON Editor. The command set, currently implemented in the command-line tool, is fairly limited, but based on your needs I may choose to expand it. Just drop an email to json.editor.contact@gmail.com with the features you would like to see.
• Enables support for AppleScript (incl. JXA; JavaScript for Automation). Currently, in addition to the standard suite, the only functionality which is supported is to get and set the (raw JSON) content of a JSON document. Based on your feedback, more functionalities might be added.
• Appearance/Theming can be customized from 'Preferences' -> 'View and Edit' tab -> 'Appearance'. Available only from macOS 10.14, you can choose between 'Respect System Setting', 'Light' and 'Dark'.
• Adds option, in 'Preferences', to specify what kind of content to be created when opening a new document in 'JSON Tree Editor' and, respectivelly, in 'JSON Text Editor'. For 'JSON Tree Editor', you may choose between 'Object' and 'Array' and for 'JSON Text Editor' you have the options 'Object', 'Array' and 'None (Empty)'.
Bug fixing
• Fixes a couple of crashes reported by Crashlytics.
Introduced in Version 1.25
Improvements
• You can now disable the sending of crash reports and analytics from 'Preferences' -> 'General' tab.
Bug fixing
• Fixes a crash/freeze which happened when saving a document where you previously edited a JSON key or value and then collapsed the parent item before ending the edit.
Introduced in Version 1.24
Improvements
• Dark Mode - JSON Editor now properly supports Dark Mode on macOS Mojave 10.14.
Introduced in Version 1.23
Improvements
• Adds support to export and import HTTP Requests and OAuth Authorizations. Just right click an item and select 'Export...'. You may even choose the root groups for 'HTTP Requests' and 'OAuth 2.0 Authorizations' or other arbitrary group. The selection will be exported in a file with '.httpclientexport' extension. To import right click an item and choose 'Import...' or use the '+' button at the bottom of the 'HTTP Client' window.
Introduced in Version 1.22
Bug fixing
• Removes any restriction regarding the nesting depth of a JSON array or object. This will make 'Input depth exceeds max depth of 32' error to not appear anymore.
Introduced in Version 1.21
Bug fixing
• Fixes the import of .plist files.

28 Ratings

This was the app I was looking for!

Text Editor For Mac

This was just the app I was looking for to edit and validate JSON data. I looked at a lot of apps, but this one really fit the bill.
It’s easy to view and edit JSON. The app quickly converts JSON between “Tree” editor and “Text” editor mode. This makes it easy to paste JSON data in text mode and then convert to tree mode for validation and viewing.
The app also has a great HTTP client which is useful for interacting with REST API in the Cloud. I’d used a couple of other HTTP clients, but this app - once again - really met my needs. And, I especially like the “Beautify” button on the HTTP Response dialog of the client. That really makes it easy to quickly view the data coming from the cloud.
Finally, the author does a fantastic job with support. Quickly answering questions and adding new features. Highly rated app and author!

Developer Response,

sgspecker, thank you for the review and the rating! I'm happy to hear that you like the application and find it useful. If there is anything else you would like to see in the app, don't hesitate to contact me.

Pretty good!

Free json file editor

I’m using this app currently to build and edit several rather large (several hundred line) JSON files for a development project. Overall it’s pretty good. It helps visualize the structure of the file really well, and editing is very simple.
My only request is multiple selections. In my use case, I find my self changing structures sometimes which means moving rows to different areas of the structure while maintaining their order. Because I often have to move around many rows at once, I have to do them one by one, as I cannot shift+select multiple items at once. Adding that functionality would probably shave a solid hour off my work.

Developer Response,

Drew Hood, thank you for your feedback! Starting from version 1.15, multiple selection is supported by the application! You can select multiple siblings and manipulate them: copy, move, delete, duplicate, edit etc. Please download the latest version of the app and let me know how this works for you. If you have more suggestions feel free to use 'Help -> Send Feedback' to contact me.

Exactly what I was looking for: an efficient JSON browser

I need to grapple with JSON files: review them, check them against a spec, design them, document the designs, etc, etc.
This app is perfect for me, allowing me to quickly see how a new JSON is laid out, searching for things, digging deep when I need to. I’m very glad I spent $5 on it, I’ll be using it every day now.
I strongly recommend this app if you do any work with JSON objects and files; it is quick, clean, efficient, powerful.

Developer Response,

dmac-ct, thank you for the review! In the eventuality there are any improvements you would like to see, please don't hesitate to contact me at json.editor.contact@gmail.com

Json editor for mac

Information

Size
5.8 MB
Compatibility

OS X 10.11 or later, 64-bit processor

Age Rating
Rated 4+

Json Editor For Mac

Price
$4.99
Editor

Supports

  • Family Sharing

    With Family Sharing set up, up to six family members can use this app.

Language Support

LanguageClick'n'RunSnippetsTemplatesLinterCode TreePlugins
ABAP
ActionScript
Ada*
AppleScript
  • Debug
Assembly x86*
AutoHotkey
AWK
Bash
C#*
C++**
C**
Clojure
COBOL
CoffeeScript
  • Preview
  • Live Preview
  • Compile
ColdFusion
CSS
  • Beautify
Curly
D*
Dart
Elixir*
Elm
Erlang*
Forth
Fortran*
GLSL
Go*
Groovy
Haml
  • Preview
  • Live Preview
  • Compile
Haskell*
Haxe*
Haxe+OpenFL
HTML
  • Preview
  • Live Preview
  • Preview in Browser
  • Beautify
  • Strip HTML Tags
Image
Io
Jade
Java*
JavaScript
  • Beautify
  • Pack
JSON
  • Beautify
  • Validate
  • Convert to XML
JSP
LaTeX
LESS
  • Preview
  • Live Preview
  • Compile
Lisp
Literate CoffeeScript
  • Preview
  • Live Preview
  • Compile
LogiQL
Logramm
Lua
Makefile
Markdown
  • Preview
  • Live Preview
  • Compile
MATLAB
Objective-C**
OCaml*
Pascal*
Perl
PHP
Plain Text
PowerShell
Prolog*
Python
Python+Django
R*
Ruby
Ruby+Rails
Sass
Scala*
Scheme*
SCSS
SQL
Stylus
Swift**
Tcl
TeX
Textile
Twig
TypeScript
  • Preview
  • Live Preview
  • Compile
Vala
Velocity
Verilog
VHDL
XML
  • Convert to JSON
Xquery
YAML
  • Preview
  • Convert to JSON

Best Windows Json Editor

** Third-party compiler not included and needs to be installed separately

Json Editor For Windows

** Not working in the App Store version, due to Sandbox restrictions. If you want to migrate to the unlimited/non-sandboxed version, see here.