pub fn from_str(text: &str, ty: &Type) -> Result<Value, Error>
Decode a JSON document (string) into a stmt::Value of type ty.
stmt::Value
ty