Whenever I have a Json string object with a space in it I get the following error.
Java:
String jString = getResources().getString(R.string.event);
Reading through my own post I noticed that the error message doesn't have any quotes around the string object values. So I changed the " to \" in the xml string and it worked fine.