I am using JSONLint to parse some JSON and i keep getting the error:
Error: Parse error on line 1: [{“ product”: [{“ ---^ Expecting \'STRING
JSON must use normal quote characters("), not smart quotes for(“”) for string literals.
To get the normal quote in JSON data format: right-click on browser window and select - view page source.