Issue 5381: Add object_pairs_hook to the json module.
commit21000fed44b23f22aa1277d36d68ce8414d34fe3
authorraymond.hettinger <raymond.hettinger@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 19 Mar 2009 19:19:03 +0000 (19 19:19 +0000)
committerraymond.hettinger <raymond.hettinger@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 19 Mar 2009 19:19:03 +0000 (19 19:19 +0000)
tree522bf5e12a22d952f5592359587fc948bad82d75
parentc871cdc8117f084e6646c5aafa4f000d8deea30c
Issue 5381:  Add object_pairs_hook to the json module.

git-svn-id: http://svn.python.org/projects/python/trunk@70471 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/json.rst
Lib/json/__init__.py
Lib/json/decoder.py
Lib/json/tests/test_decode.py
Lib/json/tests/test_unicode.py
Misc/NEWS
Modules/_json.c