... and toml and yaml...
tiny set of tiny json tools for my own use, nothing fancy here (yet)
| tool | description |
|---|---|
| shrink-json | just reserializes a json file but without a lot of the air in it |
| json2js | same as shrink but produces a js/ts file exporting the json as a string |
| json2toml | converts json to toml |
| json52json | converts json5 to json |
| toml2json | converts toml to json |
| yaml2json | converts yaml to json |
| flatten-json | flattens a json object into a single level object |
| flatten-toml | flattens a toml object into a single level object |
| unflatten-json | unflattens a json object into a nested object |
| format-json | formats a json object into a more readable format |