Closed jrozner closed 7 years ago
Just added some additional cleanup to fix one of the examples and make recv_json actually return a serde_json::Value instead of a string like it did originally with a rustc_serialize::Json. There's still a bunch of cleanup that should probably happen with the error types but I can throw that together into another pull request.
The rustc_serialize crate for serialization has been deprecated in favor of serde.