Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4adb37c commit a82f74dCopy full SHA for a82f74d
1 file changed
Lib/json/__init__.py
@@ -3,11 +3,8 @@
3
interchange format.
4
5
:mod:`json` exposes an API familiar to users of the standard library
6
-:mod:`marshal` and :mod:`pickle` modules. It is the externally maintained
7
-version of the :mod:`json` library contained in Python 2.6, but maintains
8
-compatibility with Python 2.4 and Python 2.5 and (currently) has
9
-significant performance advantages, even without using the optional C
10
-extension for speedups.
+:mod:`marshal` and :mod:`pickle` modules. It is derived from a
+version of the externally maintained simplejson library.
11
12
Encoding basic Python object hierarchies::
13
0 commit comments