This is a tool to transform a JSON array in a file into a new line delimitted JSON(ND JSON).
$ ./json2ND --file <jsonFilePath>
Example:
$ ./json2ND --file jsonArray.json
The command above will create a nd_jsonArray.json
file at exactly the same dir location of jsonArray.json
- file: file location of the file that you want to convert
MIT