Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can you recommend me a json viewer application? [closed]

Tags:

json

I need one that will indent the json for ease of reading

  1. The famous simple file editors - editplus , notepad++ - they all dont have json doc type.

  2. There are a lot of online sites with built in viewer. I need an offline one.

10x.

like image 464
Bick Avatar asked May 16 '11 10:05

Bick


People also ask

What is the best app to open a JSON file?

#1) File Viewer for Android. It is a free app for android where you can open and view files. It can display contents of over 150 file formats and you can view the hidden file details and metadata in the information panel of File Viewer. Its extract archives include 7-Zip, TGZ, Zip, Tar, Gzip, 7-Zip, and Bzip2.

What is JSON viewer used for?

JSON Viewer is an online web-based tool which helps to view, analyze JSON data simply along with formatting. Just upload JSON file/paste JSON code & view it.

Are online JSON viewers safe?

The security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. Additional security measures on JSON Formatter websites are enabled by CloudFlare.


2 Answers

I have used JSON Viewer, it works nicely and is lightweight. However it's really down to your taste or whether you require some specific features. It's probably worth it to take a look at some screenshots of several different ones first.

like image 106
Mike Kwan Avatar answered Sep 28 '22 09:09

Mike Kwan


The Notepad++ plug in NPP JSON Viewer worked well for me too, it is a little slow with large amounts of data, but does a good job of formatting long JSON strings and displays a structured tree of the data for click through navigation. It would be nice if the tree was searchable, but unfortunately it is currently not.

like image 36
Murray Foxcroft Avatar answered Sep 28 '22 11:09

Murray Foxcroft