I have an app that submits some from data to a local server and as a result the server will send back a JSON. say {status:\"success\"}
Its working when I run the ap
that's because the server replied with the html of an error page - not exactly json-parseable.