alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files
MIT License
534 stars 135 forks source link

Improved JSON indenting (added also simplejson) #49

Closed sanyer closed 3 years ago

sanyer commented 10 years ago

Indenting wrong JSON will result now in showing error message (with place where error was found) down in the status bar. Also, OrderedDict from simplejson is now used for remembering the order of insertion. And, last but not least, all this is configured to work on ST3 as well.