Hacker News new | ask | show | jobs
by ramensea 2966 days ago
Does anyone know if this will effect how V8 parses JSON?
1 comments

This is the specification as it relates to JSON: https://tc39.github.io/proposal-bigint/#sec-serializejsonpro...

Basically, serialization will throw if there is a BigInt present. But, the .toJSON() callout is supported if a particular environment wants to opt-in to supporting it in some manner.