Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • I'm new to Typescript. What benefit does this add to JSON.parse()? Commented Oct 19, 2018 at 12:30
  • If any exception occurred, this will return the input string itself Commented Oct 31, 2018 at 6:55
  • @MarcL. as far I know, TypeScript not modify JSON.parse() and any others system methods (but I not make research in this direction) Commented Sep 26, 2020 at 11:09