ArrayInterface
ArrayInterface defines a set of methods for readonly accessing array data.
Inheritors
Properties
Functions
Link copied to clipboard
Subscript access to a Fragment object of the projecting result value at the given index.
Link copied to clipboard
Gets value at the given index as a boolean.
Link copied to clipboard
Gets value at the given index as a Date. JSON does not directly support dates, so the actual property value must be a string, which is then parsed according to the ISO-8601 date format (the default used in JSON.) Returns null if the value doesn't exist, is not a string, or is not parsable as a date. NOTE: This is not a generic date parser! It only recognizes the ISO-8601 format, with or without milliseconds.
Link copied to clipboard
Gets a Dictionary at the given index. Return null if the value is not a dictionary.