to_value

Function to_value 

Source
pub fn to_value<T: Serialize>(value: T) -> Result<Value, Error>
Expand description

Convert a value that impl Serialize into jsonbb::Value.