https://edgedb.com/docs/datamodel/scalars/json#type::std::js...
SELECT to_json('{"hello": "world"}');
it would be
SELECT {"hello": "world"};
SELECT to_json('{"hello": "world"}');
it would be
SELECT {"hello": "world"};