read json
I was having a huge JSON document and want to parse it, and to know the hierarchy.
I tried this online JSON document parser / reader.
http://jsonviewer.stack.hu/
My JSON document is located here.
http://pastebin.com/ab8ezE2E
Goto this link, click RAW
Now open the file in notepad / text editor.
copy the entire contents [ CTRL + A ] will do this.
Goto this URL, http://jsonviewer.stack.hu/
Now paste the content under TEXT Tab.
Now click Viewer Tab, we can see the JSON being parsed , hierarchically, so that we can see KEYS / VALUES etc.
I was having a huge JSON document and want to parse it, and to know the hierarchy.
I tried this online JSON document parser / reader.
http://jsonviewer.stack.hu/
My JSON document is located here.
http://pastebin.com/ab8ezE2E
Goto this link, click RAW
Now open the file in notepad / text editor.
copy the entire contents [ CTRL + A ] will do this.
Goto this URL, http://jsonviewer.stack.hu/
Now paste the content under TEXT Tab.
Now click Viewer Tab, we can see the JSON being parsed , hierarchically, so that we can see KEYS / VALUES etc.
No comments:
Post a Comment