make this a link #11345

This commit is contained in:
Benjamin Peterson 2011-02-27 15:06:44 +00:00
parent e93bf7aed2
commit d0f89f3247
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
.. moduleauthor:: Bob Ippolito <bob@redivi.com>
.. sectionauthor:: Bob Ippolito <bob@redivi.com>
JSON (JavaScript Object Notation) <http://json.org> is a subset of JavaScript
`JSON (JavaScript Object Notation) <http://json.org>`_ is a subset of JavaScript
syntax (ECMA-262 3rd edition) used as a lightweight data interchange format.
:mod:`json` exposes an API familiar to users of the standard library