File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ Table of Contents
1818Introduction
1919============
2020
21- JSON ([ http://www.json.org/ JavaScript Object Notation] ) is a highly portable,
22- human-readable and "[ http://en.wikipedia.org/wiki/JSON fat-free] " text format
21+ JSON (` JavaScript Object Notation < http://www.json.org/ >`_ ) is a highly portable,
22+ human-readable and " ` fat-free < http://en.wikipedia.org/wiki/JSON >`_ " text format
2323to represent complex and hierarchical data. It is as powerful as
24- [ http://en.wikipedia.org/wiki/XML 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 [ http://en.wikipedia.org/wiki/Ajax_(programming) Ajax] and
27- [ http://en.wikipedia.org/wiki/Web_2.0 Web2.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