Name Description Size
de.rs Deserialize JSON data to a Rust data structure. 83575
error.rs When serializing or deserializing JSON goes wrong. 14205
features_check
io
iter.rs 1848
lexical
lib.rs 13889
macros.rs 10099
map.rs A map of String to serde_json::Value. By default the map is backed by a [`BTreeMap`]. Enable the `preserve_order` feature of serde_json to use [`IndexMap`] instead. [`BTreeMap`]: https://doc.rust-lang.org/std/collections/struct.BTreeMap.html [`IndexMap`]: https://docs.rs/indexmap/*/indexmap/map/struct.IndexMap.html 26241
number.rs 22180
raw.rs 14402
read.rs 31338
ser.rs Serialize a Rust data structure into JSON data. 60066
value