-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
[Feature request] Access by path #1053
Copy link
Copy link
Closed
Labels
solution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Description
Activity
Metadata
Metadata
Assignees
Labels
solution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
It would be great if there was accessors by path in a JSON object:
for example, if we have a JSON object
xcontaining{ "foo": { "bar": { "value": 1 }, "baz": { "value": 3 } } }x[{"foo", "baz"}]would return a JSON object containing{ "value": 3 }