Fragment
Fragment provides readonly access to data value. Fragment also provides subscript access by either key or index to the nested values which are wrapped by Fragment objects.
Inheritors
Properties
Link copied to clipboard
Gets the value 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 is null, is not a string, or is not parseable 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
Get a property’s value as a Dictionary, a mapping object of a dictionary value. Returns null if the value is null, or the value is not a dictionary.