Skip to content

Parsing nested fields of object #7

@ppressives

Description

@ppressives

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions