Hi Steve,
I don't think this is a JSON parse problem, I think it is a problem of the HTTP client. When the response is a valid JSON returning "Hello", it looks like the HTTP client, perhaps extract_json(), is removing the double quotes before passing it to the JSON parser.
Thanks,
Pedro
I don't think this is a JSON parse problem, I think it is a problem of the HTTP client. When the response is a valid JSON returning "Hello", it looks like the HTTP client, perhaps extract_json(), is removing the double quotes before passing it to the JSON parser.
Thanks,
Pedro