System.JSON.TJSONPathParser Properties

From RAD Studio API Documentation
Revision as of 12:31, 16 November 2018 by BuildBot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

InheritedProtected
IsEofpublicIt is True if your previous call to NextToken returned an Eof token, indicating that your iteration through the target JSON path has reached the end of the path. It returns False otherwise.
TokenpublicToken that your previous call to NextToken returned, or Undefined if you have not called NextToken yet since you created this JSON path parser.
TokenArrayIndexpublicIndex that corresponds to the last ArrayIndex token that NextToken returned. This is the index of an item of a JSON array.
TokenNamepublicName that corresponds to the last Name token that NextToken returned. This name represents a key of a key-value pair of a JSON object.