Github user epugh commented on the issue: https://github.com/apache/lucene-solr/pull/504 I added some nicer indenting. For a JSON block like: ```json { "am I a teapot":true, "lyrics":[ "I'm a little teapot","Short and stout","Here is my handle","Here is my spout" ] } ``` with `indent=false`:  However, with 'indent=true`:  I'd love some feedback, as I am relying on Jackson to parse the XML or JSON string, and their is some assumptions on indentation levels that I made...
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org