Re: [w3c/payment-request] Applying "Detached" JWS Signatures to PaymentRequest (#714)

Well, it is has been like that since the inception of JSON. Changing it would be a major deal since many JSON systems (including Java and C#) rely on reflection which also enumerates properties in an unspecified order.

I agree that it is strange that if you declare the objects A,B,C, they are typically serialized as A,C,B.  Canonicalization is fortunately a simple process both to implement and apply.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/issues/714#issuecomment-390555263

Received on Monday, 21 May 2018 05:16:08 UTC