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


in reply to Re: Dealing with blessed scalars when using YAML::XS::Load
in thread Dealing with blessed scalars when using YAML::XS::Load

Actually, the JSON package will also created blessed scalars to represent booleans.

It creates JSON::XS::Boolean scalars.