Docs.rs
nu-json-0.66.0
nu-json 0.66.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
nu-path ^0.66.0
dev
serde_json ^1.0
dev
Versions
95.69%
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
☰
In nu_json::value
?
Function
nu_json
::
value
::
to_value
source
·
[
−
]
pub fn to_value<T: ?
Sized
>(value:
&
T) ->
Result
<
Value
,
Error
>
where
T:
Serialize
,