to_value

Function to_value 

Source
pub fn to_value<T>(value: &T) -> Result<Value>
where T: Serialize + ?Sized,
Expand description

Serialize a Rust value to a JASN Value.