pub fn json_type_value_to_serde_json(
val: &[u8],
format: &JsonFormat,
) -> Result<Value>
Expand description
Converts a json type value to serde_json::Value
pub fn json_type_value_to_serde_json(
val: &[u8],
format: &JsonFormat,
) -> Result<Value>
Converts a json type value to serde_json::Value