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.