Skip to content

Commit d948023

Browse files
authored
Update README.rst
1 parent 10a5ac0 commit d948023

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Table of Contents
1818
Introduction
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
2323
to 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
2525
used 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

2929
UBJSON (Universal Binary JSON) is a binary JSON format, specifically
3030
optimized for compact file size and better performance while keeping

0 commit comments

Comments
 (0)