JSFiddle - React, Tailwind, and code Playground
by ChrisStanyon
JavaScript
var test1 = '{ "firstName" : "Chris" }'
var test2 = JSON.parse(test1)
console.log(test2)
by ChrisStanyon
var test1 = '{ "firstName" : "Chris" }'
var test2 = JSON.parse(test1)
console.log(test2)