Function jsonbb::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.