On 17 Nov 2016, at 19:10, Eliot Lear <[email protected]> wrote: > > Also, we're wondering what effort it would be to move to CBOR for > transactions.
Moving from JSON to CBOR is zero effort if you just do it to gain runtime efficiency or use the better datatypes. If you want to use the last bit of on-the-wire efficiency, you also want to replace the string-based keys (“IDevIDAuthorityKeyIdentifier”) with integers (say, 7). That requires some housekeeping; i.e. that is no longer zero-effort. (The examples in the current draft aren’t always really JSON, but that can be easily fixed. I usually try to run a publishing pipeline that validates all the examples.) Grüße, Carsten _______________________________________________ Anima mailing list [email protected] https://www.ietf.org/mailman/listinfo/anima
