SyntaxFix
Write A Post
Hire A Developer
Questions
With Postgres 9.3+, just use the -> operator. For example,
->
SELECT data->'images'->'thumbnail'->'url' AS thumb FROM instagram;
see http://clarkdave.net/2013/06/what-can-you-do-with-postgresql-and-json/ for some nice examples and a tutorial.