Closed zcaudate closed 3 years ago
is there a way to get the raw string for a query returning a json object?
You can turn override the type deserializer for json in the instance of pgmoon to nil, or you can cast the json object to text in your postgres query.
sweet that works really well.
is there a way to get the raw string for a query returning a json object?