Type aliases for using code
JSON array getter, invokes a callback delegate with each element in a JSON array.
JSON field getter, extracts type and value of a field.
JSON object getter, invokes registered field getters with type and value of the corresponding fields in a JSON object.
JSON object or array iterator.
Abstract JSON array iterator. As an alternative to the use of an iteration callback delegate with GetArray one can derive from this class and implement setField().
JSON main/top level object getter