Component
Defines a Component of a JsonPath for navigating through complex JSON objects/arrays
Key is used to select an item from a JSON object, and Index is used to select an item from a JSON array. Multiple Components, as in a JsonPath, can be used to describe a route through a JSON structure to find a child item.
Inheritors
Types
Link copied to clipboard
Component.Index defines an index used for extracting items from a JSON array structure.
Link copied to clipboard
Component.Key defines a key key used for extracting items from a JSON object structure.