JSFiddle - React, Tailwind, and code Playground
by hicurin
JavaScript
var test = '{"href":"one"},{"href":"two"}';
var arr = JSON.parse('[' + test + ']');
alert(arr[0].href);
by hicurin
var test = '{"href":"one"},{"href":"two"}';
var arr = JSON.parse('[' + test + ']');
alert(arr[0].href);