JSFiddle - React, Tailwind, and code Playground

by Fu-Ching Hsiao

HTML

<script src="https://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js"></script>

JavaScript

var person = '{ "name": "Violet", "occupation": "character" }'.evalJSON(); 
console.log(person.name);