This can be avoided by supplying a reviver:
const json = '{ "a": 9007199254740993 }' JSON.parse(json, (_key, value, context) => /^\d+$/.test(context.source) ? BigInt(context.source) : value)
Which can be avoided by using UUIDs
Which can be avoided by using UUIDs