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`:
    
![noindent](https://user-images.githubusercontent.com/22395/49103707-15150180-f24a-11e8-806a-22233b90b754.png)
    
    However, with 'indent=true`:
    
![indented](https://user-images.githubusercontent.com/22395/49103724-1e9e6980-f24a-11e8-8023-6cff3ca3f7d4.png)
    
    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

Reply via email to