Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2014-06-26 07:47:20 +0400
committerMilo Yip <miloyip@gmail.com>2014-06-26 07:47:20 +0400
commit2fee5477a0468bf267da134895d6ce6fa938ac5c (patch)
tree3e16cace0b805c0d23adc6e4f5e3b4f80f6d2123 /readme.md
parent2d0bc28be19312ae39183d53806a29fb9002d2d0 (diff)
Update readme.md
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/readme.md b/readme.md
index 7dea2bfd..b32ce164 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-# Rapidjson v0.1
+# Rapidjson
Copyright (c) 2011-2014 Milo Yip (miloyip@gmail.com)
@@ -6,7 +6,7 @@ https://github.com/miloyip/rapidjson/
## Introduction
-Rapidjson is a JSON parser and generator for C++. It was inspired by [rapidxml](http://rapidxml.sourceforge.net/)
+Rapidjson is a JSON parser and generator for C++. It was inspired by [rapidxml](http://rapidxml.sourceforge.net/).
* Rapidjson is small but complete. It supports both SAX and DOM style API. The SAX parser is only a half thousand lines of code.
@@ -18,9 +18,7 @@ Rapidjson is a JSON parser and generator for C++. It was inspired by [rapidxml](
For the full features please refer to the user guide.
-JSON(JavaScript Object Notation) is a light-weight data exchange format.
-
-More information about JSON can be obtained at
+JSON(JavaScript Object Notation) is a light-weight data exchange format. More information about JSON can be obtained at
* http://json.org/
* http://www.ietf.org/rfc/rfc4627.txt