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
As I understand it, json tries to ensure that the output is JSON-compatible, at least in the types supported. It seems that Map and Set don't comply with this:
As I understand it,
json
tries to ensure that the output is JSON-compatible, at least in the types supported. It seems thatMap
andSet
don't comply with this:JSON.parse
encounters aSyntaxError
when attempting to interpret this output, which seems undesirable.The text was updated successfully, but these errors were encountered: