Skip to content

get value for the key "$" fails #14

@dlukyanov

Description

@dlukyanov

assume this json

{"$":123, "$a":456}

the following expression works fine:

$['$a']

however this expression returns the whole json:

$['$']

when it should return 123

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions