cyril.auburtin at gmail.com (2018-07-17T15:49:11.159Z)
It would be great to have
```js
JSON.stringify({x: 5n, y: BigInt('6')}) === '{"x":5n,"y":6n}'
JSON.parse('{"x": 3n}') // {x: 3n}
```
I don't know how feasible it would be, maybe have a new JSON5 object if
JSON can't be changed for some reasonscyril.auburtin at gmail.com (2018-07-17T15:47:29.703Z)
It would be great to have
```js
JSON.stringify({x: 5n, y: BigInt('6')}) === '{"x":5n,"y":6n}'
JSON.parse('{"x": 3n}') // {x: 3n}
```
I don't know how doable it would be, maybe have a new JSON5 object if
JSON can't be changed for some reasons
It would be great to have ```js JSON.stringify({x: 5n, y: BigInt('6')}) === '{"x":5n,"y":6n}' JSON.parse('{"x": 3n}') // {x: 3n} ``` I don't know how feasable it would be, maybe have a new JSON5 object if JSON can't be changed for some reasons -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20180717/8268e786/attachment.html>