Home | Trees | Indices | Help |
|
---|
|
Utilities for parsing and formatting of JSON values.
|
|||
datetime.datetime instance
|
|
|
Parses the pymongo.json_util encoding of a datetime instance. The instance is encoded as a 64-bit unsigned integer for milliseconds since epoch, according to JSON strict mode. This method also assumes the strict mode packaging of a dict using $date as the key for this integer. Example: { "$date" : 1283505509571}
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 7 12:30:30 2010 | http://epydoc.sourceforge.net |