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
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
To have access to .parse and .stringify both as fromThrowable functions, and then prototype onto the default JSON object to fallback to anything else (for better future useability).
The text was updated successfully, but these errors were encountered:
Very commonly use
JSON.parse
andJSON.stringify
and always need to wrap them withfromThrowable
.Ideally want to be able to:
To have access to
.parse
and.stringify
both asfromThrowable
functions, and then prototype onto the defaultJSON
object to fallback to anything else (for better future useability).The text was updated successfully, but these errors were encountered: