serde/serde_tests
Erick Tryzelaar fe20852b2c Reject serializing maps to JSON with non-string keys
Closes #122. This is a breaking change since it modifies the
return type of serde_json::to_vec{,pretty}, so it'll require a major
version bump of serde_json.
2015-08-13 22:29:13 -07:00
..
benches Reject serializing maps to JSON with non-string keys 2015-08-13 22:29:13 -07:00
tests Reject serializing maps to JSON with non-string keys 2015-08-13 22:29:13 -07:00
build.rs Initial support for syntex 2015-05-18 23:34:17 -07:00
Cargo.toml Move json into it's own crate 2015-07-22 10:44:43 -07:00