X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=videosite%2FJSJSONArrayParser.pm;h=82c67f3a174c6bcd5b48f1213e822a5414b2b2a9;hb=2793bf0eb588c2ad4c76a4e2e38793612b69757f;hp=5960ee13944c8da4134205702bc9fb04175a835c;hpb=5a1c4fca58cd489ab03057f8a552fa32a961176a;p=videosite.git diff --git a/videosite/JSJSONArrayParser.pm b/videosite/JSJSONArrayParser.pm index 5960ee1..82c67f3 100644 --- a/videosite/JSJSONArrayParser.pm +++ b/videosite/JSJSONArrayParser.pm @@ -25,7 +25,7 @@ sub parse { my $s = shift; my $j = JSON->new(); - return $j->loose->allow_barekey()->decode($s); + return $j->loose->allow_barekey()->allow_singlequote()->decode($s); } 1;