is there any elegant way to make Python JSON encoder support datetime? some 3rd party module or easy hack?
I am using tornado\'s database wrapper to fetch some rows
I recommend to use the ujson package or the orjson one.
They are much faster and still support several complex types.