-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
Working as IntendedThe behavior described is the intended behavior; this is not a bugThe behavior described is the intended behavior; this is not a bug
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
Metadata
Metadata
Assignees
Labels
Working as IntendedThe behavior described is the intended behavior; this is not a bugThe behavior described is the intended behavior; this is not a bug