Author Topic: JSON viewer  (Read 643 times)

0 Members and 1 Guest are viewing this topic.

Offline daxda

  • Peasant
  • *
  • Posts: 114
  • Cookies: 112
  • Not the guy you're looking for
    • View Profile
    • Daxda on Github
JSON viewer
« on: March 15, 2014, 06:12:51 pm »
Been working a lot with JSON lately and found this site on which you can paste in your JSON body and view the contents of it in a Treeview window. It's pretty basic but better than staring at a blob of values and parentheses :)

http://jsonviewer.stack.hu/



Offline nrael

  • Peasant
  • *
  • Posts: 66
  • Cookies: -7
    • View Profile
Re: JSON viewer
« Reply #1 on: March 17, 2014, 04:07:41 am »
site is offline... :o

I use this page, maybe you like it too

http://json.parser.online.fr/

Offline Phage

  • VIP
  • Overlord
  • *
  • Posts: 1280
  • Cookies: 120
    • View Profile
Re: JSON viewer
« Reply #2 on: March 17, 2014, 08:35:32 am »
Looks really interesting and quite useful when you're working with non-sql databases. And yes, the link works.
"Ruby devs do, in fact, get all the girls. No girl wants a python, but EVERY girl wants rubies" - connection

"It always takes longer than you expect, even when you take into account Hofstadter’s Law."

Offline Psycho_Coder

  • Knight
  • **
  • Posts: 166
  • Cookies: 84
  • Programmer, Forensic Analyst
    • View Profile
    • Code Hackers Blog
Re: JSON viewer
« Reply #3 on: March 17, 2014, 11:15:53 am »
My current project is to make a JSON parser with java. It can read and write to JSON files, add new objects. It will have support for conversion from .xml ro .json and vice versa. I will release it as a library :)
"Don't do anything by half. If you love someone, love them with all your soul. When you hate someone, hate them until it hurts."--- Henry Rollins

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: JSON viewer
« Reply #4 on: March 17, 2014, 11:23:43 am »
My current project is to make a JSON parser with java. It can read and write to JSON files, add new objects. It will have support for conversion from .xml ro .json and vice versa. I will release it as a library :)
Well there's this one I use all the time: http://code.google.com/p/json-simple/

Offline Psycho_Coder

  • Knight
  • **
  • Posts: 166
  • Cookies: 84
  • Programmer, Forensic Analyst
    • View Profile
    • Code Hackers Blog
Re: JSON viewer
« Reply #5 on: March 17, 2014, 11:35:00 am »
Well there's this one I use all the time: http://code.google.com/p/json-simple/

Seen that already. You have this one as well :- https://github.com/douglascrockford/JSON-java

Got the last link from json.org/java/

But I wanna create one by myself, a minimal and very simplistic one :)

Also the one on Google code they have used JFlex but I am not using any. and hence its good for learning purpose as well.
"Don't do anything by half. If you love someone, love them with all your soul. When you hate someone, hate them until it hurts."--- Henry Rollins