For now run 'node index.js -h' to see options.
node index.js -i=<file.json>
- Add as an npm package and command.
- Break apart keys by delimeter and group.
Takes any input json file, optionally breaks apart keys by a given delimeter, ie. turns { "keya.keyb": val } into { keya: { keyb: val }}. This will also group all of the same prefixed entries under one key. It will finally then sort all the entries alphabetically, or according to the configured sorting options.
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Latest commit | ||||
Takes any input json file, optionally breaks apart keys by a given delimeter, ie. turns { "keya.keyb": val } into { keya: { keyb: val }}. This will also group all of the same prefixed entries under one key. It will finally then sort all the entries alphabetically, or according to the configured sorting options.