Skip to content

Jsonpath with $ keyname not working #153

@jeevamanivel

Description

@jeevamanivel

We have a JSON that has $ as keyname. ex. {"test":{"$":"success"}}
When we try JsonPath.on(jsonobj, "$.test.$") - This returns empty array, it should have returned "success".
Is there a way to handle this scenario?

JsonPath.fetch_all_path(data) returns this JsonPath also - "$.test.$", but its not able to extract value of this JsonPath

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