JSFiddle - React, Tailwind, and code Playground

by ChrisStanyon

JavaScript

var test1 = '{ "firstName" : "Chris" }'
var test2 = JSON.parse(test1)
console.log(test2)