Android: Json string with spaces gives "Unterminated object at" exception
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.