This is what I want to do. I would like to change the key inside the associative array of this below
array("role" => "annotation");
This code above returns a result of in JSON
{"role": "annotation"}
I would like this output above to be like this output below
{role: "annotation"}