summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchottoda <Yasutoshi.Hiroe@jrits.ricoh.co.jp>2016-07-05 16:30:01 +0900
committerchottoda <Yasutoshi.Hiroe@jrits.ricoh.co.jp>2016-07-05 16:30:01 +0900
commitb25de1fd3977557bdaca4b048058632c31bb3db3 (patch)
tree4408676de53d28567430f8310a252e02ff9affb1
parentf679ebd0c69a94e3e70a897ac9a229f5779c2ee1 (diff)
downloadjson-b25de1fd3977557bdaca4b048058632c31bb3db3.tar.gz
[Now complies to newest JSON RFC 7159.](https://github.com/chottoda/json/blob/master/CHANGES.md#2015-09-11-200)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5691f3e..d5ff32d 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@
## Description
-This is a implementation of the JSON specification according to RFC 4627
-http://www.ietf.org/rfc/rfc4627.txt . Starting from version 1.0.0 on there
+This is a implementation of the JSON specification according to RFC 7159
+http://www.ietf.org/rfc/rfc7159.txt . Starting from version 1.0.0 on there
will be two variants available:
* A pure ruby variant, that relies on the iconv and the stringscan