File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Introduction
2121JSON (`JavaScript Object Notation <http://www.json.org/ >`_) is a highly portable,
2222human-readable and " `fat-free <http://en.wikipedia.org/wiki/JSON >`_" text format
2323to represent complex and hierarchical data. It is as powerful as
24- `XML<http://en.wikipedia.org/wiki/XML> `_, but less verbose. JSON format is widely
24+ `XML <http://en.wikipedia.org/wiki/XML >`_, but less verbose. JSON format is widely
2525used for data-exchange in applications, and is essential for the wild success
26- of (programming) `Ajax<http://en.wikipedia.org/wiki/Ajax_> `_ and
27- `Web2.0<http://en.wikipedia.org/wiki/Web_2.0> `_.
26+ of (programming) `Ajax <http://en.wikipedia.org/wiki/Ajax _>`_ and
27+ `Web2.0 <http://en.wikipedia.org/wiki/Web_2.0 >`_.
2828
2929UBJSON (Universal Binary JSON) is a binary JSON format, specifically
3030optimized for compact file size and better performance while keeping
You can’t perform that action at this time.
0 commit comments