I have a string:
{name:"Sara", daypart:"day", href:"http://pt.stackoverflow.com/questions/ask", bg:"su", temp:"calor", realfeel:"hot", text:"cloudy"}
I'm basically looking for a quick way to turn this into JSON, ie put quotation marks ( "
) on each index (key), so that it becomes valid JSON and then make json_decode()