From d0f89f3247277a8880adc5b3a4cec210e2c5961f Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 27 Feb 2011 15:06:44 +0000 Subject: [PATCH] make this a link #11345 --- Doc/library/json.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/json.rst b/Doc/library/json.rst index 0ba22d1aace..6bb7fe3a640 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -6,7 +6,7 @@ .. moduleauthor:: Bob Ippolito .. sectionauthor:: Bob Ippolito -JSON (JavaScript Object Notation) is a subset of JavaScript +`JSON (JavaScript Object Notation) `_ 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