Docs.rs
nu-json-0.100.0
nu-json 0.100.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
github:nushell:publishing
sophiajt
Dependencies
linked-hash-map ^0.5
normal
optional
num-traits ^0.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
fancy-regex ^0.14.0
dev
nu-path ^0.100.0
dev
nu-test-support ^0.100.0
dev
serde_json ^1.0
dev
Versions
96.55%
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
nu_json
0.100.0
In nu_
json::
value
nu_json
::
value
Function
to_value
Copy item path
Source
pub fn to_value<T>(value:
&T
) ->
Result
<
Value
,
Error
>
where T:
Serialize
+ ?
Sized
,