SyntaxFix
Write A Post
Hire A Developer
Questions
In 9.4.4 using the #>> operator works for me:
#>>
select to_json('test'::text) #>> '{}';
To use with a table column:
select jsoncol #>> '{}' from mytable;