summaryrefslogtreecommitdiffstats
path: root/Lib/json/encoder.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace more float hacks with correct math functionsChristian Heimes2008-05-071-7/+7
|
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+384
Ippolito. Closes issue #2750.