Formats and colorizes newline delimited JSON for better readability.
Example:
```json
{"type":"json","value":42,"multiline":"line1\nline2","array":[1,2,3]}
```
```
type: json value: 42 multiline: line1
line2 array: [1, 2, 3]
```
```sh
ndjson < file
```sh
cargo install ndjson
```
Download the prebuilt binaries from the [Releases](https://github.com/rojul/ndjson/releases) page.