I am a little new to JSON, but I am having trouble parsing the
results. I use
http://www.jsonlint.com/ to validate the result, and
when I do it complains. The problem appears to be that the field
names are not surrounded with quotes. When I point my code to a Yahoo
JSON result, it works and validates on the site mentioned above.
Is there an additional switch I need to pass to your REST call to tell
it to add the quotes to the resultset? Thanks!