class documentation

class ScrapyJSONEncoder(json.JSONEncoder):

View In Hierarchy

Undocumented

Constant DATE​_FORMAT Undocumented
Constant TIME​_FORMAT Undocumented
Method default Undocumented
DATE_FORMAT: str =

Undocumented

Value
'%Y-%m-%d'
TIME_FORMAT: str =

Undocumented

Value
'%H:%M:%S'
def default(self, o):

Undocumented