de.rs |
Deserialize JSON data to a Rust data structure. |
85500 |
error.rs |
When serializing or deserializing JSON goes wrong. |
17220 |
io |
|
|
iter.rs |
|
1848 |
lexical |
|
|
lib.rs |
|
13977 |
macros.rs |
|
10129 |
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 |
28291 |
number.rs |
|
24022 |
raw.rs |
|
21174 |
read.rs |
|
31420 |
ser.rs |
Serialize a Rust data structure into JSON data. |
62121 |
value |
|
|