Re: [webauthn] New PublicKeyCredential methods for JSON (de)serialization (#1703)

In JS dev land it's easy to forget that "JSON" is actually a `string` with `Content-Type: application/json`. Most of the time when we're "working with JSON" we're talking about the `Object` you get out of `JSON.parse()` when you pass that `string` into it. 

It seems when I mention "JSON" here in the context of this spec I'm evoking thoughts of passing `string`'s around, not JavaScript `Object`'s. Perhaps this is where I'm getting confused. Can someone confirm this for me so I have a chance at getting into the right mindset for some of this feedback?

-- 
GitHub Notification of comment by MasterKale
Please view or discuss this issue at https://github.com/w3c/webauthn/pull/1703#issuecomment-1061068624 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 7 March 2022 19:46:56 UTC