I'm trying to parse JSON with jQuery I get from a remote server through AJAX. The JSON data is like: {identifier:"ID", label:"LABEL"} but unable to. Apparently, the field identifier and label has no double quotes. It works when tested on my local test site with double quotes.
Can it be made to work without quotes with jQuery? I have searched around and have found no solutions.
Any input is appreciated. Thanks.