Skip to content

jspath like simplified xpath #2

Open
@niquola

Description

@niquola

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions