JSFiddle - React, Tailwind, and code Playground
JavaScript
var test = {"contacts":[{"provider":"Yahoo","firstName":"myname","lastName":"surname","nickname":"mynick","email":"[email protected]","photoURL":"http://l.yimg.com/dh/ap/social/profile/profile_bxx.png"}]};
var middle = JSON.stringify(test);
// TEsts
console.log(middle);
console.log(JSON.parse(middle))