boothen / Json-Eclipse-Plugin

A fork from the json editor on sourceforge
Eclipse Public License 1.0
64 stars 20 forks source link

Extra features/options for the formater #17

Open AsharLohmar opened 6 years ago

AsharLohmar commented 6 years ago

I'd like this features for the formatter (maybe others will too):

get something like:

{
    "a": 1,
    "b": { "x": 2, "y": 3 },
    "c": [ 4, 5, 6 ]
}
msteiger commented 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.

AsharLohmar commented 6 years ago

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.