Json viewer

  1. offline
  2. Json Beautifier
  3. JSON Online Viewer


Download: Json viewer
Size: 5.80 MB

offline

I am looking for a JSON viewer for Windows that can: • open decently large files (e.g. > 10 MB), unlike • has a decently responsive UI, unlike • can collapse/expand a given level (treeview / outline) • works off-line Ideally: • tabs • gratis • can edit JSON data • displays the filename somewhere, unlike • provide some statistics on the JSON content Example of large JSON file: I have written Huge JSON viewer based on JSON.NET, one of the fastest JSON frameworks. It matches the requirements as follows: • open decently large files: it can open the 1.44 GB example file without crashing in ~ 2:45 minutes on my machine (Intel Core i7, 16 GB RAM, SSD). To do that, the OS must be 64 bit. A progress bar is shown • has a decently responsive UI: I use a commercial tree view from DevExpress which I hope is optimized very well. • can collapse/expand a given level: it is a full tree view and can expand/collapse any nodes. It has a feature to expand to a given level • works off-line: it's a Windows desktop application. Needs .NET • provide some statistics on the JSON content: some. Can definitely be improved. • tabs: yes. • gratis: yes. MIT license, but closed source. • displays the filename somewhere: yes, in the tab The only thing it can definitely not (but was optional): • "can edit JSON data" Additional features: • search capability • performance warning when memory swapping to disk is expected System requirements: • Windows 7 SP1 or higher, x64 bit recommended • Physical RAM roughly...

Json Beautifier

JSON Beautifier helps to perform below tasks: • • • • • • • • It also provides different types of view (like code, tree, form, view, text, preview) which helps to Display data as you want. • It helps to Change, add, move, remove, and duplicate fields and values. • It's also a Sort arrays and objects. • You can Search & highlight text in the tree view. • Undo and redo all actions. • You can undo and redo your changes. • JSON schema validation. • You can Format JSON Data and also compact JSON Data. • You can Repair your JSON data directly from tools. Know more about JSON. • • JSON Formatter working proper in Windows, Mac, Linux, Chrome, Firefox, Safari and Edge and it's Free. •

JSON Online Viewer

JSON Online Viewer is a fast JSON tree visualizer. It is intended for small-to-medium sized JSON texts which are common in the online usage. You can search the parsed JSON with the default browser search engine (Ctrl+F). Only visible part of the JSON tree would be searched. For searching the entire JSON, the tree must be expanded first. There are two viewing modes: Text and Tree. If you paste a copied text to the Text mode, the JSON is automatically parsed, but you can also manually switch between the two modes. Each mode has its own buttons. Text mode functions: • Tree mode (Alt+1) button shows the tree mode. • Sample (Alt+2) button puts a sample text into the text area. • Clear (Alt+3) button erases the text area. Tree mode functions: • Text mode (Alt+1) button shows the text mode. • Expand all (Alt+2) button expands the entire tree. Be aware that when the JSON is too big this process might take a long time and slow the entire page! • Collapse all (Alt+3) button collapses the entire tree. The first level is then expanded. • Expand children (Alt+4) button expands all children of the selected element. • Collapse to parent (Alt+5) button collapses the selected element to its parent. • Copy key (Alt+6) button copies the key of the selected element, if possible. • Copy value (Alt+7) button copies the value of the selected element, if possible. This website uses cookies for Google Analytics. If you don't want to allow this, you can disable cookies in your browser. All input is...