JSON with datetime support
jsondate is a drop-in replacement for Python's standard json library that adds sensible handling of datetime and date objects. It uses ISO8601 for encoding datetime objects and the date-specific part of ISO6801 for encoding date objects.