I just needed a robust JSON inspector which is capable of loading invalid JSON data to a certain degree but can't find anything in the web which fits my needs. So I wrote a very simple tool which can do the job.
Features
- Ignores properties without ""
- Ignores invalid String escapes in values
- Ignores invalid stuff at the beginning from URL loaded JSON data
- Displays JSON data nicely in a formated treeview
- Plattform independent Java and OpenSource
- Perfect for Google API stuff
Execute it like any other Java program.
Screenshot

| Attachment | Size |
|---|---|
| JSONViewer_0.01.jar | 110.3 KB |