Closed
Description
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 returns Promise<any>
. It'd be nice if it could also return JSONData
.