Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any JSON viewer to open large json files (windows)? [closed]

I have very large JSON file which is of several GB. I am looking for any efficient JSON viewer. In which we are also able to view JSON in tree format.

I understand such huge file can't be loaded in one go. I wonder is there any software to view JSON in parts (i.e opening ~10k records) at a time?

like image 1000
Anwar Shaikh Avatar asked Nov 02 '15 07:11

Anwar Shaikh


People also ask

How do I open a large JSON file in Windows?

With Gigasheet, you can open large JSON files with millions of rows or billions of cells, and work with them just as easily as you'd work with a much smaller file in Excel or Google Sheets.

How do I open a big JSON file?

Dadroit is natively coded and heavily optimized to be capable of viewing huge JSON files — by huge, we mean gigabytes of data, and ram usage stays as much as your file size is. More than this, you can increase your productivity by opening multiple instances of Dadroit and viewing multiple files simultaneously.

How do I open a large JSON file in Notepad ++?

Installing the plugin (JSON viewer) in notepad++Navigate to 'Plugin' tool in the main toolbar and click over it. Select 'Plugin admin..' and click on it. This will open up a Plugin Admin window. Now search for json viewer, it will show up the corresponding plugin in the list, as shown in the image below.


2 Answers

You can try Sublime. Its quite good in handling large files:

like image 138
digitguy Avatar answered Sep 24 '22 04:09

digitguy


If you're using Mac, try Hex Fiend. Loads large files super fast. Just disable the hex view and you'll get a regular-ish editor.

like image 36
captain Avatar answered Sep 24 '22 04:09

captain