Docs.rs
nu-json-0.23.0
nu-json 0.23.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
github:nushell:publishing
sophiajt
Dependencies
lazy_static ^1
normal
num-traits ~0.1.32
normal
regex ^1.0
normal
serde ^0.8.0
normal
Versions
96.67%
of the crate is documented
Go to latest version
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
☰
Type Definition Map
nu_json
::
value
?
[
−
]
[src]
Type Definition
nu_json
::
value
::
Map
type Map<K, V> =
BTreeMap
<K, V>;
Represents a key/value type.