JSFiddle - React, Tailwind, and code Playground

by Vineesh M P

JavaScript

var json =' {"User":"aa2","Owner":"aa2_role","Status":"locked","Port":"5432","Description":"Transferred from CFS01 on Jun29","Project":"aa2","Server":"localhost"}';    
json = JSON.parse(json);
alert(json.Project);