README.md
1Working examples are put in this directory. They can be run with `cargo run --example`.
2
3```sh
4echo '{"hello": "world"}' | cargo run --example parse
5echo '["foo", 42, null ]' | cargo run --example minify
6cargo run --example json_value
7```
8
9