serde/serde_tests/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
..
test_annotations.rs Add `#[serde(skip_serializing)] to skip serializing some fields 2015-07-23 08:07:49 -07:00
test_bytes.rs Add a string argument to Error::syntax() 2015-08-07 08:08:56 -07:00
test_de.rs Add a string argument to Error::syntax() 2015-08-07 08:08:56 -07:00
test_json_builder.rs Move json into it's own crate 2015-07-22 10:44:43 -07:00
test_json.rs Reject serializing maps to JSON with non-string keys 2015-08-13 22:29:13 -07:00
test_macros.rs Add support for serializing newtype structs 2015-07-31 07:22:13 -07:00
test_ser.rs Rename visit_enum_simple to visit_newtype_variant 2015-07-31 07:22:13 -07:00
test.rs Move json into it's own crate 2015-07-22 10:44:43 -07:00
test.rs.in Fix the tests 2015-07-16 09:35:09 -04:00