Doesn't parse keys with dot #127
matteogrechi
started this conversation in
General
Replies: 1 comment 2 replies
-
|
P.S.: I found the way value = jsonpath.findall(
data=json_obj,
path="['status.name']"
)I wonder if it's possible to add this to the set of examples. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I haven't found a way to get values from keys that contains dots in the key name.
E.g.:
{ "key.with.dot": "value" }Beta Was this translation helpful? Give feedback.
All reactions