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-29 12:30:55 +0400
committerMilo Yip <miloyip@gmail.com>2014-06-29 12:30:55 +0400
commit21b8d22575e782fe14475d97edf3429d41166d17 (patch)
treeb4c03467113e024e8fb61b543694aff16b663ac3 /readme.md
parent3ef2a6bbce62faeb155d96bf68d2e147a7de4c19 (diff)
Update readme.md
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index e07321b9..56e99f01 100644
--- a/readme.md
+++ b/readme.md
@@ -18,7 +18,7 @@ Rapidjson is a JSON parser and generator for C++. It was inspired by [rapidxml](
* Rapidjson is Unicode friendly. It supports UTF-8, UTF-16, UTF-32 (LE & BE), and their detection, validataton and transcoding internally. For example, you can read a UTF-8 file and let rapidjson transcode the JSON strings into UTF-16 in the DOM. It also supports surrogates and "\u0000" (null character).
-For the full features please refer to the user guide.
+More features can be read [here](doc/features.md).
JSON(JavaScript Object Notation) is a light-weight data exchange format. Rapidjson should be in fully compliance with RFC4627/ECMA-404. More information about JSON can be obtained at
* [Introducing JSON](http://json.org/)