Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▾ core
▸ asgi
▸ cache
▸ checks
▸ exceptions
▸ files
▸ handlers
▸ mail
▸ management
▸ paginator
▾ serializers
▸ base
▾ json
class
DjangoJSONEncoder
class
Serializer
▸ jsonl
▸ python
▸ pyyaml
▸ xml_serializer
class
BadSerializer
▸ servers
▸ signals
▸ signing
▸ validators
▸ wsgi
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class DjangoJSONEncoder
django
.
core
.
serializers
.
json
.
DjangoJSONEncoder
JSONEncoder subclass that knows how to encode date/time, decimal types, and UUIDs.
Declaration
class
DjangoJSONEncoder(json.JSONEncoder)
source
link
Documentation
Methods
▷
def
default
(
self, o
)
source
link
Reexports
Imported in
django.core.serializers.jsonl
.
Imported in
django.http.response
.
Imported in
django.test.client
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04