Closed
Description
TypeScript Version: 3.1.0-dev.20180828
Search Terms: JSON parse type any
Code
JSON.parse // is expected to return "any"
Expected behavior:
JSON parse spec expect it to return object | number | string | boolean | null
Actual behavior:
JSON parse implementation at lib/lib.es5.d.ts
expect it to return any