Docs.rs
json-deserializer-0.4.4
json-deserializer 0.4.4
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jorgecarleitao
Dependencies
indexmap ^1.5.2
normal
criterion ^0.3
dev
proptest ^1
dev
serde ^1
dev
serde_json ^1
dev
simd-json ^0.4
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Object
In json_deserializer
?
Type Definition
json_deserializer
::
Object
source
·
[
−
]
pub type Object<'a> =
BTreeMap
<
String
,
Value
<'a>>;
Expand description
Typedef for the inside of an object.