Jeffrey Yasskin
Jeffrey Yasskin
To be clear, I don't personally mind a non-browser "library" spec like JSON-LD defining its interface in WebIDL. The critical thing in my mind is that it defines an interface...
Oh, I'd read that requirement differently. I thought it meant "write a rough and plausible plan for which implementations are going to be written, and that plan needs to lead...
There are a couple different APIs floating around. The simple `CBOR.{encode,decode}` is in https://github.com/paroga/cbor-js (and doesn't handle large integers or non-string map keys, at least), while https://hildjj.github.io/node-cbor/ has more features...