10 - Extra Data Types#
Other data types include:
UUID
: Universally Unique Identifierdatetime.datetime
datetime.date
datetime.time
frozenset
: In requests, a list will be read and coverted to a set; in responses, the set will be converted to a list.bytes
: Treated as a string in requests and responses.Decimal