jstoolnpp
                                
                                 jstoolnpp copied to clipboard
                                
                                    jstoolnpp copied to clipboard
                            
                            
                            
                        JSON style autoformat (JSFormat command)
A most part of JSON code which I can see in any resources has a bit difference with style if compared to the automatic formatting of this tool. For example: square brace after curly that means start of some iterate element(object) usually looks like curly breace put at new line -
[
{
instead
[{ 
and between iterate elements
},
{
instead
}, {
Is it some kind of unspoken agreement? Which is style more preferred?
Yes, already known this. But I hard to find time to enhance.
So, let it be open issue, I hope you find time for in future :)