Docs.rs
nu-json-0.29.0
nu-json 0.29.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
github:nushell:publishing
sophiajt
Dependencies
lazy_static ^1
normal
linked-hash-map ^0.5
normal
num-traits ^0.2.14
normal
regex ^1.0
normal
serde ^1.0
normal
dunce ^1.0.1
dev
nu-test-support ^0.29.0
dev
serde_json ^1.0.39
dev
Versions
96.33%
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) ->
Result
<
Value
,
Error
>
where
T:
Serialize
,