- Smart JSON Editor
- Most advanced developer tool for JSON data manipulation for Mac
- Smart Objects & Smart Arrays
- Synchronized operations between shared copies
- Key & Edit Synchronization
- Value Transformers
- Full-featured JSON tool that lets you test and work with public or private APIs.
- Project Structure
- JSON Value Transformers
- Instant Webserver
- Smart JSON Editor 17+
- ArtPRO
- Screenshots
- Description
- JSON Editor 4+
- VDT LABS S.R.L.
- Screenshots
- Description
- What’s New
Smart JSON Editor
Most advanced developer tool for JSON data manipulation for Mac
Smart Objects & Smart Arrays
Synchronized operations between shared copies
Key & Edit Synchronization
Smart Object copies synchroinize all key manipulations, re-naming, re-ordering of keys, deletion are processed on all shared copies.
Value Transformers
Apply Smart Object value transformers on Smart Objects child to modify all elements within all Smart Objects copies.
Full-featured JSON tool that lets you test and work with public or private APIs.
Learn more about API Requests, JSON Path value transformers, Instant Webserver and more advanced features.
Project Structure
Smart JSON Editor documents uses project structure and extends text only .json files. Use Folders, Notes, Modes, API Group & API Endpoints to structure your work.
Documents are optimized and minimized upon saving allowing huge amount of data being used together with iCloud.
JSON Value Transformers
Override any value using JSON Value Transformers. Get API responses and then change certain values in order to test your UI doubling text for example. JSON Path Relative value transformer will transform all values upon relative JSON Path & JSON Path Absolute value transformer will modify just specific node.
JSON Value Transformers are great way to temporary override API returned values for testing puposes or generating fake data.
Instant Webserver
Any Project JSON Node is automatically accessible to your app via http server. Do not embed .json files just fetch them directly from Smart JSON Editor.
Additinally, using Charles Log Proxy Map Remote, quickly override server API to fetch your local JSON data from Smart JSON Editor.
Источник
Smart JSON Editor 17+
ArtPRO
-
- 3.4 • 29 Ratings
-
- Free
- Offers In-App Purchases
Screenshots
Description
Dark UI on macOS Mojave, New API Token Transformers, JSON Text view
Powerful JSON Tree tool for app and web developers. Create testing JSON trees, use value transformers to generate / transform JSON values. Test in your app using embedded http server. Many advanced features such JSON Path, Smart Objects, Token Transformers, API Requests, Token values and many more all free.
===== Import / Export =====
Start new JSON Model / Array
Import from JSON file
Import from Pasteboard
Import from iCloud
Export to .json file, or private iCloud library
===== Smart Objects =====
Create smart objects (Classes)
Smart objects maintains its key/order/rename structure
Suits for associative Arrays
SmartArrays uses value transformer to generate values
===== Value Transformers =====
Code yours value transformers using embedded editor
Use many included value transformers together with SmartObjects.
JSON Path Relative / Absolute transformers for API Responses
===== JSON Path =====
Use relative or absolute JSON Path
Select JSON Nodes in UI using JSON Path
Press space to reveal JSON Path hints
===== HTTP Requests =====
API Groups & Endpoints in tree structures
API Groups provide shared headers, variables, parameters for all child endpoints
API Endpoints as Requests
Tree hierarchy for value overrides.
===== Token Transformers =====
Compose dynamic values in API headers, URLs, Parameters
JSON Path token transformers to extract dynamic values from API Responses
Many useful transformers and value generators included
===== Search / Filter =====
Search within Keys & Values
Filter into selected JSON node or relative path
===== iCloud Library =====
Private & Public iCloud Library
Store your most used Project Nodes in your Private Library
Organize your library using folders
Share with user using Share in Public Library feature
===== Local Connection =====
Application acts as Http server
Stream JSON to your Browser, iOS or Mac application during development
Local Server ID for json nodes, fetch as http requests such http://localhost:8080/jsonid
===== Quick Look =====
Preview web page URLs from JSON values in popover
Preview image URLs from JSON values in popover
===== Edit =====
Edit JSON nodes tree
Cut, Copy Paste, Delete Duplicate (N) times JSON nodes.
Drag And Drop between documents, and text files
Reorder support
Источник
JSON Editor 4+
VDT LABS S.R.L.
Screenshots
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
• Fixes for some minor bugs.
Introduced in Version 1.33
Improvements
• Now you can sort the JSON items by clicking the column headers. The sorting can be done ascending or descending and it follows these rules: if two or more items are selected and a column header is clicked, then only those items are sorted. If a single Array or Dictionary is selected, then all the first level children are sorted. If a single item of type Boolean, Null, Number or String is selected, then all the children of the parent containing that item are sorted. A small arrow will be displayed on the column header that was sorted most recently and will indicate how the sorting was done: ascending or descending.
• Adds an additional option to sort by in the «Sort» sheet. This is «By Type» and performs the sorting based on the (alphabetical) names of the types.
Bug fixing
• Fixes some UI glitches happening on macOS 11 (BigSur).
Introduced in Version 1.32
Improvements
• The keys for the items enclosed in an array are now displayed using a lighter gray color, to underline that they are not editable.
• When an item which is contained in an Object (Dictionary) is embedded in an Array or Object, then the item which is created as a result will retain the key of the item which was embedded. Note that this works only when embedding a single item, for multiple items the name of the key will continue to start with «New item -«.
Bug fixing
• The expanded items no longer (annoyingly) collase when you move or embed them in an array or dictionary.
Introduced in Version 1.31
Improvements
• Adds support for regular expression in the Replace field. This works as long as you perform a search for regular expression. The technique used to do the regular expression replace is «template matching», where you can use $0, $1, $2 and so on, to specify which text of the capture group will be substitued. $0 will be replaced by the contents of the matched range, $1 by the contents of the first capture group, and so on. Additionally, backslash character ‘\’ can be used to suppres any special meaning for the next character. Backslash escaping in replace text is only required for ‘$’ and ‘\’, but may be used on any other character without bad effects. For additional information, see NSRegularExpression.
• The «Editor» menu was split into two menus: «Tree Editor», which contains the items which make sense while you’re in JSON Tree Editor, and «Text Editor» which contains the items which make sense in JSON Text Editor mode.
• Adds preference for how much to indent the text. This is available from «Preferences» -> «View and Edit» -> «Indent using».
• Completely removed the sending of crash reports and analytics from the app. Note that until now the sending happened only if you explicitly allowed it to happen.
Introduced in Version 1.30
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.
Источник