Open AsharLohmar opened 6 years ago
Interesting idea! I will put it on my TODO list. If you want to have it soon, please free to implement and submit your code.
I'm a little too "rusty" with Java, I'm a python guy now. But I could give it a try, sounds like an interesting challenge.
I'd like this features for the formatter (maybe others will too):
{"a":1,"b":{"x":2,"y":3},"c":[4,5,6]}
instead of gettingget something like:
{"a":{"b":{"x":2,"y":3,"c":[4,5,6]}}}
, forn = 2
would give: