Class DjangoJSONEncoder

JSONEncoder subclass that knows how to encode date/time, decimal types, and UUIDs.

Declaration

class DjangoJSONEncoder(json.JSONEncoder)
source link

Documentation

Methods

Reexports