You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for the great project! I'm opening an issue because I ran into a situation where I need to JSON.stringify an object containing a bigint. I can bail out back to parsing to/from strings, but it looks like one (forward-looking) way to accomplish this is via JSON.rawJSON, by doing something like:
Hi! Thanks for the great project! I'm opening an issue because I ran into a situation where I need to
JSON.stringify
an object containing abigint
. I can bail out back to parsing to/from strings, but it looks like one (forward-looking) way to accomplish this is viaJSON.rawJSON
, by doing something like:It might be a bit soon to implement but I wanted to get the proposal on your radar!
The text was updated successfully, but these errors were encountered: