-
Notifications
You must be signed in to change notification settings - Fork 29
Quote names with double quotes so JSON.parse() works #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Thank you for that. Always meant to do it but never get around to do so On Fri, Aug 15, 2014 at 10:01 PM, dunksmith [email protected]
|
|
'TM.ERROR' is still single quoted!!! |
|
Hi, I rewrote your plugin in order to use org.json to build the result. |
This plugin doesn't currently return valid JSON, which causes JSON.parse(result) to fail (and actually throws an illegal operation on the Android). I've fixed by enclosing all object names in double quotes.