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