gibson042 / canonicaljson-spec

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

Discuss additional prior art #2

Closed jonasfj closed 5 years ago

jonasfj commented 5 years ago

See: http://wiki.laptop.org/go/Canonical_JSON

I noticed that this is used by the update framework.

I suspect it might be relevant to mention.


It might be nice to discuss how this differs from the various other formats. From what I can see the one above mostly differs in that it allows any bytes as strings, where as this spec only allows utf8 (and allows floats), similarly the keybase spec seems similar except they only allow printable ascii keys.

gibson042 commented 5 years ago

Thanks, done at f3272fc87cbe6a0c1c43523ed32632b140e02995.