javascript vision thing
T.J. Crowder
tj.crowder at farsightsoftware.com
Thu Jul 26 16:41:12 UTC 2018
On Thu, Jul 26, 2018 at 5:23 PM, Anders Rundgren
<anders.rundgren.net at gmail.com> wrote:
> On 2018-07-26 17:24, Ranando King wrote:
>>
>> JSON = JavaScript Object Notation
>
> This obviously broke down when tc39 introduced BigInt leaving the JSON/JS
> community in limbo.
Not supporting all of JavaScript's features is nothing new. JSON
doesn't handle Date instances, Maps, Sets, or Symbols as values either
(much less Symbols as keys).
But JSON support for BigInt (or BitInt support JSON, whatever) is
something to pick up in [its thread][1], not here.
-- T.J. Crowder
[1]: https://esdiscuss.org/topic/json-support-for-bigint-in-chrome-v8
More information about the es-discuss
mailing list