diff options
author | chottoda <Yasutoshi.Hiroe@jrits.ricoh.co.jp> | 2016-07-05 16:30:01 +0900 |
---|---|---|
committer | chottoda <Yasutoshi.Hiroe@jrits.ricoh.co.jp> | 2016-07-05 16:30:01 +0900 |
commit | b25de1fd3977557bdaca4b048058632c31bb3db3 (patch) | |
tree | 4408676de53d28567430f8310a252e02ff9affb1 | |
parent | f679ebd0c69a94e3e70a897ac9a229f5779c2ee1 (diff) | |
download | json-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |