Re: [whatwg/url] toJSON() serialization (#137)

```js
console.log( JSON.stringify(new Date()) )
```
produces:
```
"2016-08-08T23:29:58.183Z"
```

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/137#issuecomment-238409214

Received on Monday, 8 August 2016 23:31:04 UTC