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
Having a stricter JSON.parse() is fantastic, and is most of the reason I tried this library. But most of my json parsing is done through fetch().json(), which still returnsPromise<any>. It'd be nice if it could also return JSONData.
The text was updated successfully, but these errors were encountered:
Having a stricter
JSON.parse()
is fantastic, and is most of the reason I tried this library. But most of my json parsing is done throughfetch().json()
, which still returnsPromise<any>
. It'd be nice if it could also returnJSONData
.The text was updated successfully, but these errors were encountered: