We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
It would be cool to have jspath function (jsonb, text)->jsonb[],which work like simplified xpath
jspath('{"a": {"b" :[{"c": any},{"c", any2}]}}', ' "a"."b".#."c" '))=> {any, any2}