jsonxf
jsonxf copied to clipboard
JSON Transformer. A fast pretty-printer and minimizer, written in Rust.
Results
2
jsonxf issues
Sort by
recently updated
recently updated
newest added
This PR mainly gates getopts as a default feature, so if jsonxf is used as a library, getopts won't be included in user's Cargo.lock. Besides I explicitly set edition to...
Binary data formatter is alreay there, I'd like it to be exposed as a public function. Sample function is below. There's no need to copy original data as well as...