Update readme.md
This commit is contained in:
parent
2d0bc28be1
commit
2fee5477a0
@ -1,4 +1,4 @@
|
|||||||
# Rapidjson v0.1
|
# Rapidjson
|
||||||
|
|
||||||
Copyright (c) 2011-2014 Milo Yip (miloyip@gmail.com)
|
Copyright (c) 2011-2014 Milo Yip (miloyip@gmail.com)
|
||||||
|
|
||||||
@ -6,7 +6,7 @@ https://github.com/miloyip/rapidjson/
|
|||||||
|
|
||||||
## Introduction
|
## 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.
|
* 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.
|
For the full features please refer to the user guide.
|
||||||
|
|
||||||
JSON(JavaScript Object Notation) is a light-weight data exchange format.
|
JSON(JavaScript Object Notation) is a light-weight data exchange format. More information about JSON can be obtained at
|
||||||
|
|
||||||
More information about JSON can be obtained at
|
|
||||||
* http://json.org/
|
* http://json.org/
|
||||||
* http://www.ietf.org/rfc/rfc4627.txt
|
* http://www.ietf.org/rfc/rfc4627.txt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user