@@ -20,7 +20,7 @@ constraining JSON data to the<br>I-JSON [[RFC7493](https://tools.ietf.org/html//
2020and through a platform independent property sorting scheme.
2121
2222Working document: https://cyberphone.github.io/ietf-json-canon <br >
23- Published IETF Draft: https://tools.ietf.org/html/draft-rundgren-json-canonicalization-scheme-05
23+ Published IETF Draft: https://tools.ietf.org/html/draft-rundgren-json-canonicalization-scheme-16
2424
2525The JSON Canonicalization Scheme concept in a nutshell:
2626- Serialization of primitive JSON data types using methods compatible with ECMAScript's ` JSON.stringify() `
@@ -30,7 +30,8 @@ The JSON Canonicalization Scheme concept in a nutshell:
3030### Sample Input:
3131``` code
3232{
33- "numbers": [333333333.33333329, 1E30, 4.50, 2e-3, 0.000000000000000000000000001],
33+ "numbers": [333333333.33333329, 1E30, 4.50,
34+ 2e-3, 0.000000000000000000000000001],
3435 "string": "\u20ac$\u000F\u000aA'\u0042\u0022\u005c\\\"\/",
3536 "literals": [null, true, false]
3637}
@@ -66,8 +67,8 @@ Full documentation available on [RubyDoc](http://rubydoc.info/gems/json-canonica
6667* {JSON::Canonicalization}
6768
6869## Dependencies
69- * [ Ruby] ( http://ruby-lang.org/ ) (>= 2.2.2 )
70- * [ JSON] ( https://rubygems.org/gems/json ) (>= 2.1 )
70+ * [ Ruby] ( http://ruby-lang.org/ ) (>= 2.4 )
71+ * [ JSON] ( https://rubygems.org/gems/json ) (>= 2.3 )
7172
7273## Author
7374* [ Gregg Kellogg] ( http://github.com/gkellogg ) - < http://kellogg-assoc.com/ >
0 commit comments