Crate jsonxf [] [src]

Jsonxf is a JSON transformer, providing fast pretty-printing and minimizing of JSON-encoded data.

Jsonxf is built for speed, and does not attempt to perform any input validation whatsoever. Invalid input may produce strange output.

Installing this project via cargo install will also install the jsonxf command-line tool. Run jsonxf -h to see configuration options.

GitHub: gamache/jsonxf

Functions

minimize

Minimizes a string of JSON-encoded data.

minimize_stream

Minimizes a stream of JSON-encoded data.

pretty_print

Pretty-prints a string of JSON-encoded data.

pretty_print_stream

Pretty-prints a stream of JSON-encoded data.