Open radu-matei opened 5 years ago
It appears this may be the most comprehensive implementation for canonical JSON out there in .NET - https://github.com/cyberphone/json-canonicalization/tree/master/dotnet
We need to make sure it is indeed fully compliant with the canonical form, as well as compatible with the Docker implementation for canonical JSON, which is used by Notary and Duffle.
As per https://github.com/deislabs/cnab-spec/pull/73, the client needs to serialize bundles using the canonical JSON form.
We need to investigate how to do this using
Netwonsoft.Json
and update the implementation accordingly.