JSON Parser with JavaScript

Tan Li Hau
JavaScript in Plain English
6 min readJan 15, 2020

--

The interview question of the week for this week on Cassidoo’s weekly newsletter is,

Write a function that takes in a string of valid JSON and converts it to an object (or whatever your chosen language uses, dicts, maps, etc). Example input:

--

--