Skip to content

What is the JSON query syntax and where is it documented? #43

@spearman

Description

@spearman

The query syntax looks somewhat like jq but it seems to be different.

For example cat json | jq 'select(.event == "foo").value' would yield all the values for objects where "event" == "foo", but this syntax does not seem to work with this plugin.

I have also seen $.[?(@.event=="foo")].value, but this does not seem to work either.

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