Name Description Size Coverage
de.rs Deserialize JSON data to a Rust data structure. 86368 -
error.rs When serializing or deserializing JSON goes wrong. 17220 -
io -
iter.rs 1848 -
lexical -
lib.rs 14244 -
macros.rs 10360 -
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`]: std::collections::BTreeMap [`IndexMap`]: indexmap::IndexMap 34917 -
number.rs 25110 -
raw.rs 21542 -
read.rs 33040 -
ser.rs Serialize a Rust data structure into JSON data. 63344 -
value -