bandicoot.helper.tools.CustomEncoder(*, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, sort_keys=False, indent=None, separators=None, default=None)¶Methods
default(self, obj) |
|
encode(self, o) |
Return a JSON string representation of a Python data structure. |
iterencode(self, o[, _one_shot]) |
Encode the given object and yield each string representation as available. |