I have been working on the WEB2.0 platform from past one year. All the while i was looking out for simple plugins for eclipse to visualize and analyze the json that either i built or got from server.
- It is so much of a pain to really construct the JSON and then to debug to see if we have inserted the data at the right children.
- When the complexity of the JSON grows, its difficult to see which are arrays and which are maps.
- What if you need to test if the JSON is syntactically correct ? (of course we can send the request to the server and get a response with a error header, but this is not what we want in most of cases)
- When JSON is well formatted with the correct tabs it looks good else its a coffee-break time to see the JSON as formatted text
After looking at all these issues, i have written a small plugin to convert the JSON to XML and a Tree Response. This enables you to…
http://www.eclipseplugincentral.com/Web_Links-index-req-viewlink-cid-1071.html
http://sourceforge.net/project/showfiles.php?group_id=205573
I would love to get any of your feedback and response. I would be working on this plugin in the future, so your improvement request are well considered.
