General type aliases
AnyArray
The AnyArray type is a simple alias for an array with unknown values. Read more.
AnyObject
The AnyObject type is a simple alias for a plain object with string keys and unknown values. Read more.
Json
The Json type is a simple alias for a string, but is used to indicate that the string should be considered to be a JSON serialization of an object. Read more.