Crates.io | ndjson |
lib.rs | ndjson |
version | 0.2.0 |
source | src |
created_at | 2021-11-13 00:45:24.640949 |
updated_at | 2021-11-20 18:46:04.163383 |
description | Formats and colorizes newline delimited JSON for better readability. |
homepage | |
repository | https://github.com/rojul/ndjson |
max_upload_size | |
id | 481224 |
size | 18,594 |
Formats and colorizes newline delimited JSON for better readability.
Example:
{"type":"json","value":42,"multiline":"line1\nline2","array":[1,2,3]}
type: json value: 42 multiline: line1
line2 array: [1, 2, 3]
ndjson < file
tail -f file | ndjson
docker logs --tail 100 -f container 2>&1 | ndjson
kubectl logs --tail 100 -f pod | ndjson
cargo install ndjson
Download the prebuilt binaries from the Releases page.