Skip to content

Commit 530a3b5

Browse files
authored
Update README.rst
1 parent 441b817 commit 530a3b5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ Introduction
2020

2121
JSON (`JavaScript Object Notation <http://www.json.org/>`_) is a highly portable,
2222
human-readable and " `fat-free <http://en.wikipedia.org/wiki/JSON>`_" text format
23-
to 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
25-
used 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>`_.
23+
to represent complex and hierarchical data. It is as powerful as `XML <http://en.wikipedia.org/wiki/XML>`_, but less verbose. JSON format is widely used for data-exchange in applications, and is essential for the wild success
24+
of (programming) `Ajax <http://en.wikipedia.org/wiki/Ajax_>`_ and `Web2.0 <http://en.wikipedia.org/wiki/Web_2.0>`_.
2825

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

0 commit comments

Comments
 (0)