tree: 7348d31b8342bcda75ab48539c4c38a43e3b6fc0 [path history] [tgz]
  1. README.md
examples/README.md

Working examples are put in this directory. They can be run with cargo run --example.

echo '{"hello": "world"}' | cargo run --example parse
echo '["foo",  42,    null ]' | cargo run --example minify
cargo run --example json_value