I am trying to access a field in a json object in javascript which has the key \'*\'. The jsonstring looks like this:
{\"parse\": {\"text\": {\"*\":\"text
json.parse.text["*"]
Yucky name for an object member.