pretty-json
pretty-json copied to clipboard
Atom plugin. Format JSON documents.
Potentially related to #56. I have prettify on save on and autosave-on-change on with a delay of 1s. I just like to keep my json formatted and saved all the...
The prettifier will change all line endings to Unix format (\n). This can be an annoyance when the project uses Windows format line endings (\r\n), as it requires replacing the...
[Enter steps to reproduce:] 1. Install pretty-json package **Atom**: 1.48.0 x64 **Electron**: 5.0.13 **OS**: Mac OS X 10.15.5 **Thrown From**: [pretty-json](https://github.com/federomero/pretty-json) package 2.1.2 ### Stack Trace Failed to activate the...
The install function starts and then simply stops with zero reasons or error messaging. not sure why this is the case thank you
{"foo": 6.0} -> { "foo": 6 }
I would find it super convenient if the plugin allowed varying degrees of minification / prettification --- in the same way as text-folding. For example, for the given super-simple json,...
A JSONL file has a new JSON object on each line. It would be nice if support for this was added. It could read the file line by line, avoiding...
One annoyance I have is that when saving json files it removes the newline ending. Would it be ok to turn off the removal of newline on save?
Hi! I love your extension, which is my most often used one in Atom. I deal with a lot of JSON files, and I'd love it if there was an...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.32.1 x64 **Electron**: 2.0.9 **OS**: Mac OS X 10.14 **Thrown From**: [pretty-json](https://github.com/federomero/pretty-json) package 2.0.3 ### Stack Trace Uncaught Error: This buffer's...