This is inconsistent with Cpanel::JSON::XS's behaviour: ``` perl -MCpanel::JSON::XS -wle'print Cpanel::JSON::XS->new->allow_nonref(1)->encode(!0)' true perl -MJSON::PP -wle'print JSON::PP->new->allow_nonref(1)->encode(!0)' 1 ```