Docs.rs
nu-json-0.27.0
nu-json 0.27.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
github:nushell:publishing
sophiajt
Dependencies
lazy_static ^1
normal
num-traits ^0.2.14
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
☰
nu_json
::
value
?
Function
nu_json
::
value
::
to_value
[
−
]
[src]
pub fn to_value<T: ?
Sized
>(value:
&
T) ->
Value
where
T:
Serialize
,