-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Thank you for this awesome project!
It would be great if this library had some way to parse nested fields with ignoring others.
For example
{
"foo": 123,
"bar": {
"targetField": [
{"a": 1},
{"a": 1},
{"a": 1}
]
}
}
tokens.through(TokenFilter.downField("bar").downObject.downField("targetField").downArray.select)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels