http://www.perlmonks.org?node_id=1058223


in reply to Making JSON::{PP,XS} not decode true/false to JSON::{PP,XS}::Boolean objects

Edit the XS version to use &PL_sv_yes and & PL_sv_no

Edit the PP version to use !!1 and !!0 respectively