jsrmx 0.2.0

A command-line tool to manipulate JSON files. It can split large single-object JSON files into many files; merge multiple JSON files into one large JSON file; bundle multiple JSON files into one NDJSON file, and unbundle one NDJSON file into many JSON files.
Documentation
1
2
3
4
5
6
/// Read from inputs
pub mod input;
/// Write to outputs
pub mod output;
/// Process data
pub mod processor;