SyntaxFix
Write A Post
Hire A Developer
Questions
An easy way of doing this:
SELECT ('[' || to_json('Some "text"'::TEXT) || ']')::json ->> 0;
Just convert the json string into a json list