JSON datetime between Python and JavaScript

Posted by kevin on Stack Overflow See other posts from Stack Overflow or by kevin
Published on 2009-01-18T17:51:11Z Indexed on 2010/04/21 3:13 UTC
Read the original article Hit count: 200

Filed under:
|
|

I want to send a datetime.datetime object in serialized form from Python using JSON and de-serialize in JavaScript using JSON. What is the best way to do this?

© Stack Overflow or respective owner

Related posts about JSON

Related posts about python