pub fn json_to_blob(json: &str, vtype: VectorType) -> Result<Vec<u8>, JsonError>
Parse a JSON array string into a vector blob of the given type.