September 29, 2008
Pretty Printer for JSON in Java?
… with output as HTML in color? Any ideas?
If you liked this post, subscribe to my free full RSS feed.
Filed under: Java
Programming is hard by Stephan Schmidt
… with output as HTML in color? Any ideas?
If you liked this post, subscribe to my free full RSS feed.
Filed under: Java
You can share this post!
Do you want to tell others about this article? Use the social bookmark icons to submit this artice to the service of your choice. Thanks.
Just roll your own. JSON is just a simple recursive grammar, shouldn’t be too hard to just knock off an outputter. (is that a word?) Even easier if you use a real-man’s language. :-)
September 29th, 2008