Hacker News new | ask | show | jobs
by KingOfCoders 2145 days ago
I wish instead of

SELECT to_json('{"hello": "world"}');

it would be

SELECT {"hello": "world"};