-
Notifications
You must be signed in to change notification settings - Fork 49
Open
@niquola
Description
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}
Metadata
Metadata
Assignees
Labels
No labels