Code Monkeyism

Programming is hard by Stephan Schmidt

Pretty Printer for JSON in Java?

… with output as HTML in color? Any ideas?

About the author: Stephan Schmidt is currently a team manager at ImmobilienScout24 in Berlin. Stephan has been working as a head of development and CTO. He has used a lot of different technologies in the last 20 years including Java, Rails and Python. Stephans main field of interest is maintainablity and productivity in software development. Want to know more? All views are only his own.

If you did like this article but you don't want to subscribe to new articles with your reader, you can follow me on Twitter or subscribe to new posts with your email:

Comments

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. :-)

stephan

I’ve written on in Java which I would translate to Scala and enchance it with colors. But I would rather like reuse an existing one :-) Don’t code - assemble!

Leave a Reply