Re: [webauthn] JSON deserialization is not defined

A lot of the problem here is that it's talking about JSON at all, whereas the data structures we're serializing from and into are JavaScript.  It makes a difference, because for instance, In JavaScript you can have ArrayBuffers to represent byte arrays, which serialize naturally into CBOR.  I plan to root out the incorrect uses of "JSON" when what was actually meant was "JavaScript".

If there are changes in #718 that you can salvage that do this, then sure, resurrect them @emlun.  But if the text you would salvage talks about JSON rather than JavaScript, I wouldn't bother.  Thanks.


-- 
GitHub Notification of comment by selfissued
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/713#issuecomment-362039939 using your GitHub account

Received on Wednesday, 31 January 2018 19:17:40 UTC