pub fn value_from_json(json: Value, ty: &Type) -> Value
Decode a serde_json::Value into a stmt::Value of type ty.
serde_json::Value
stmt::Value
ty