Skip to content

Commit db9f9d0

Browse files
committed
Update spec reference for JCS which is now RFC8785.
1 parent 872fd41 commit db9f9d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# json-canonicalization
22
An implementation of the JSON Canonicalization Scheme for Ruby
33

4-
Implements version 5 of [draft-rundgren-json-canonicalization-scheme-05](https://tools.ietf.org/html/draft-rundgren-json-canonicalization-scheme-05#page-5).
4+
Implements [RFC8785](https://datatracker.ietf.org/doc/html/rfc8785) (JSON Canonicalization Scheme) in Ruby.
55

66
[![Gem Version](https://badge.fury.io/rb/json-canonicalization.png)](http://badge.fury.io/rb/json-canonicalization)
77
[![Build Status](https://github.com/dryruby/json-canonicalization/workflows/CI/badge.svg?branch=develop)](https://github.com/dryruby/json-canonicalization/actions?query=workflow%3ACI)
@@ -19,8 +19,7 @@ primitives as defined by ECMAScript [[ES6](https://www.ecma-international.org/ec
1919
constraining JSON data to the<br>I-JSON [[RFC7493](https://tools.ietf.org/html//rfc7493)] subset,
2020
and through a platform independent property sorting scheme.
2121

22-
Working document: https://cyberphone.github.io/ietf-json-canon<br>
23-
Published IETF Draft: https://tools.ietf.org/html/draft-rundgren-json-canonicalization-scheme-16
22+
RFC: https://datatracker.ietf.org/doc/html/rfc8785
2423

2524
The JSON Canonicalization Scheme concept in a nutshell:
2625
- Serialization of primitive JSON data types using methods compatible with ECMAScript's `JSON.stringify()`

0 commit comments

Comments
 (0)