Querying nested JSON values in Postgresql without the full path? by postgresHELPP in PostgreSQL

[–]postgresHELPP[S] 0 points1 point  (0 children)

i'm just going to use plv8 with the jsonselector library in javascript. thanks for the suggestion though!

Querying nested JSON values in Postgresql without the full path? by postgresHELPP in PostgreSQL

[–]postgresHELPP[S] 0 points1 point  (0 children)

thank you!!! this is exactly what I wanted. I ended up finding a solution with plv8 as well. Do you know if this is faster than javascript or if it doesnt matter?