Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi,
The reason this isn't working for the response you provided, is that it is not valid JSON. You can use this online JSON validator to validate the response. According to the JSON spec, all strings have to be quoted, using double quotes ("). The same goes for parentheses, they are not a valid JSON character (unless used as part of a string).
Regards,
Dain
SmartBear Stockholm
The reason this isn't working for the response you provided, is that it is not valid JSON. You can use this online JSON validator to validate the response. According to the JSON spec, all strings have to be quoted, using double quotes ("). The same goes for parentheses, they are not a valid JSON character (unless used as part of a string).
Regards,
Dain
SmartBear Stockholm