I'm making an API call to a service, but it's returning invalid JSON. The photo_url field doesn't have the url encapsulated in quotes. I have it as a String, and was trying to write a regex to add quotes around the url. I'm doing this all in Javascript, using Titanium.I'm making an API call to a service, but it's r