Ogeon / rustful

[OUTDATED] A light HTTP framework for Rust
https://docs.rs/rustful
Apache License 2.0
862 stars 52 forks source link

Lacking documentation on how to handle JSON data #42

Closed jocull closed 9 years ago

jocull commented 9 years ago

See that there are code stubs for doing something with JSON serialization/deserialization, but it's not clear how to use them.

Could you expand on the documentation for these? Thank you!

Ogeon commented 9 years ago

Yeah, I can add some more details and make a couple of example of how to use the methods.

Ogeon commented 9 years ago

You can follow the progress in #43.