ACME JSON fields.
acme.fields.
Fixed
Fixed field.
decode
Decode a value, optionally with context JSON object.
encode
Encode a value, optionally with context JSON object.
RFC3339Field
RFC3339 field encoder/decoder.
Handles decoding/encoding between RFC3339 strings and aware (not naive) datetime.datetime objects (e.g. datetime.datetime.now(pytz.utc)).
datetime.datetime
datetime.datetime.now(pytz.utc)
default_encoder
Default (passthrough) encoder.
default_decoder
Default decoder.
Recursively deserialize into immutable types ( josepy.util.frozendict instead of dict(), tuple() instead of list()).
josepy.util.frozendict
dict()
tuple()
list()
Resource
Resource MITM field.