Simple tool to convert a JSON array into an Newline Delimited JSON. What is ndjson? Links to ndjson format specification
Example: [{"id":1,"name":"joe"},{"id":2,"name":"ben"},{"id":3,"name":"jake"},{"id":4,"name":"marsh"}]
[{"id":1,"name":"joe"},{"id":2,"name":"ben"},{"id":3,"name":"jake"},{"id":4,"name":"marsh"}]