Skip to main content

json_to_blob

Function json_to_blob 

Source
pub fn json_to_blob(json: &str, vtype: VectorType) -> Result<Vec<u8>, JsonError>
Expand description

Parse a JSON array string into a vector blob of the given type.