Is it better to be able to pass the option object as the second argument like this?
```
let option = { number: BigInt, reviver: conversion_function }
JSON.parse( json_string, option )
```
All JSON numbers are interpreted as follows
```
option.number( number_string )
```
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

