gibson042 / canonicaljson-spec

Specification of canonical-form JSON for equivalence comparison.
http://gibson042.github.io/canonicaljson-spec
18 stars 9 forks source link

Mention canonicaljson-rs implementation #9

Open leplatrem opened 3 years ago

leplatrem commented 3 years ago

While I was working on the necessary adjustments to our canonicaljson-rs serialization crate, I realized that there is a chance we never get the shell tests suite pass, mostly because we rely on the common JSON deserializer and that crunches some parts of the test suite.

Do you think it is still worth mentioning it here in your repo? If you would only consider implementations that pass 100% I would also completely understand.

Thanks for your feedback!