class documentation

JSONEncoder subclass that knows how to encode date/time/timedelta, decimal types, generators and other basic python objects.

Method default Undocumented
def default(self, obj): (source)

Undocumented