3.1.0
Added
orjson.OPT_PASSTHROUGH_SUBCLASS
causesorjson.dumps()
to pass
subclasses of builtin types todefault
so the caller can customize the
output.orjson.OPT_PASSTHROUGH_DATETIME
causesorjson.dumps()
to pass
datetime
objects todefault
so the caller can customize the
output.