Function nu_json::value::to_value

source ·
pub fn to_value<T>(value: &T) -> Result<Value, Error>
where T: Serialize + ?Sized,