0

When I try to parse ( http://www.roundmenu.com/webservices/index.cfm?ws=listrst&filter=featured ) webservice in json I encounter issues.

If any one can find out what the problem please let me know.

thanks in advance.

2 Answers 2

3

That’s not valid JSON. As usual, it’s useful to validate JSON input via http://jsonlint.com.

That particular JSON input fails to properly escape double quotes (\") inside strings.

Sign up to request clarification or add additional context in comments.

Comments

2

Put the response in a json formatter like this one on curiousconcept.com. It yields many errors, does look like it's invalid json.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.