JSON Editor 4+

VDT LABS S.R.L.

    • 4.8 • 160 个评分
    • US$5.99
    • 提供 App 内购买项目

截屏

简介

JSON Editor is a must-have editor for JSON data. In a clean, uncluttered and user-friendly interface, it allows you to 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.

JSON Editor has the smarts needed to make the minimum changes when editing a file, even in the "outline" mode.
This is especially useful when you keep the files in a repository, because only the relevant changes will be shown when diff-ing the edited files.

MAJOR FEATURES
• View and edit your JSON documents in "outline" or "text" modes
• The "outline" 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

OUTLINE MODE
• Multiple selection - select multiple siblings and perform standard operations (i.e. cut, copy, paste, delete, reorder)
• Sort selected items or all the children of a parent item
• Auto-detect if the document is human readable or compact, and preserve this format
• Find & Replace - configure where the Find (and replace) will take place: in "Key" column or "Value" column or both.
• Copy items as: Swift objects, Objective-C objects (both modern and classic syntax), JSON Path strings, XML plists
• Embed selected items in Array or Object (dictionary)
• Duplicate items
• Bulk edit the "value" of multiple items
• Increase and decrease font size for better readability
• Undo & redo
• Customization options in "Settings/Preferences -> View & Edit -> Outline Editor"


TEXT MODE
• Syntax coloring, auto-indentation and line numbers
• Customize the syntax colors, both for the light appearance and for the dark/black one
• Validate 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
• Find & Replace
• Increase and decrease font size for better readability
• Undo & redo
• Customization options available in "Settings/Preferences -> View & Edit -> Text Editor"


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
• Toolbar to access common operations
• Black appearance - for those who enjoy an even darker appearance
• Fullscreen
• Versions
• Services
• Command-line/Terminal integration
• AppleScript (incl. JXA; JavaScript for Automation)

新内容

版本 1.48

New Feature - Snippets
• A new feature, named "Snippets", is introduced in this update. This provides a place where you can save various JSON elements for later reuse. To reveal the "Snippets" window press the "Snippets" button, located in the toolbar, or use "Window → Show Snippet" menu item. Once the window is shown, you can create new snippets by using the "+" button or simply by dragging JSON elements in the list.
• Some of the goodies that "Snippets" contains: export & import snippets, create groups and sort their content by "name" or "creation date", pin the "Snippets" window on top of other windows, remember the size of left & right panes between app relaunches, contextual menus available for more commands.

Other Improvements
• The text editor shown when choosing "Edit Value..." now uses the same settings as JSON text editor.
• "Edit Value..." now allows you to view and edit the value as JSON outline. This is very useful when the value actually represents a JSON string.
• Adds menu items (and keyboard shortcuts), to quickly move selected items up and down. These are "Editor → Move Items Up" (Command + Shift + Up Arrow) and "Editor → Move Items Down" (Command + Shift + Down Arrow).
• Holding option (⌥) key while dragging one or multiple JSON tree items will duplicate them instead of moving. This behavior is available for the HTTP requests items, too.
• Generous users can now show their additional support and appreciation by sending a tip (aka "Buy me a coffee"). This is available from "JSON Editor → Tip Jar..." menu item and is something purely optional.

评分及评论

4.8(满分 5 分)
160 个评分

160 个评分

quantumonion

Very nice tool

This app satisfies all of my use cases (editing, sorting objects, beautifying, validating, and sending requests). I'll be using it every day and really appreciate the dev's attention to detail with the UI. I also use Postman, and JSON Editor is a nice complement.

One small thing that initially tripped me up was an endpoint that requires an AuthCookie header, but AuthCookie was not offered in the HTTP Header popup's list of choices. After a bit, I realized you can double-click HeaderName (rather than invoke the popup menu, and this allows to edit the name with whatever you want. After this minor revelation, all's good with sending requests.

The only other (minor) nit I have is that the HTTP client HTTP Header Fields areas are not resizable. The main window is (thanks!) but it would be nice to be able to see more than 2 rows in these areas.

开发人员回复

quantumonion, thank you for the review! Let me add the resizing of HTT Header Fields to the backlog and will implement for the next update

sgspecker

This was the app I was looking for!

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!

开发人员回复

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.

Drew Hood

Pretty good!

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.

开发人员回复

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.

App 隐私

开发者“VDT LABS S.R.L.”已表明该 App 的隐私规范可能包括了下述的数据处理方式。有关更多信息,请参阅开发者隐私政策

未收集数据

开发者不会从此 App 中收集任何数据。

隐私处理规范可能基于你使用的功能或你的年龄等因素而有所不同。了解更多

更多来自此开发人员的 App