Hello monks ! I try to parse the following Json With the sub from_json of the JSON module
{Id:'343410466704417574',Pseudo:"LRYWLL",Country:'PERL_REPUBLIC',CountryId:1,Can:'true'}
'"' expected, at character offset 1 (before "Id:'3434104667044175...") at C:/str
awberry/perl/site/lib/JSON.pm line 154.
I tried to replace ' with " but it don't works...