diff --git a/src/query/json.rs b/src/query/json.rs index 6b5fad36..8bc01a38 100644 --- a/src/query/json.rs +++ b/src/query/json.rs @@ -76,6 +76,7 @@ impl FromQueryResult for JsonValue { try_get_type!(serde_json::Value, col); #[cfg(feature = "with-uuid")] try_get_type!(uuid::Uuid, col); + try_get_type!(String, col); try_get_type!(Vec, col); } Ok(JsonValue::Object(map))