I get back JSON in this format:
{key1:"value1", key2:"value2"}
If I try to use JSON::XS' decode_json method to convert it for me but it's complaining that the keys are not quoted. Is there an option I can set in JSON::XS to ignore this quirk? I looked at the docs but there was nothing obvious.