callum-oakley / json5-rs

A Rust JSON5 serializer and deserializer which speaks Serde.
ISC License
184 stars 23 forks source link

Documentation and usage examples #1

Closed dtolnay closed 5 years ago

dtolnay commented 5 years ago

https://docs.rs/json5/0.2.1/json5/ is looking pretty bare.

See these pages for some good examples:

callum-oakley commented 5 years ago

I finally got round to having a stab at some documentation. https://docs.rs/json5 is hopefully a little more useful now!