datalust / squirrel-json

A vectorized JSON parser for pre-validated, minified documents
Apache License 2.0
82 stars 3 forks source link

Show some usage examples in the README #5

Open nblumhardt opened 4 years ago

nblumhardt commented 4 years ago

Currently, you need to go digging into /benches etc. to find any examples of usage. This makes it tricky to figure out what squirrel-json actually implements. Some examples like How do I retrieve the value of a nested property? would be a great help, here.