in reply to Re^3: Can I learn more about blessed data?
in thread Where can I learn more about blessed data?
In fact,
Note that it returns the PP for all of JSON::PP, JSON::XS, and Cpanel::JSON::XS.$ perl -MData::Dumper -MJSON -wE 'print Dumper decode_json("[true]")' $VAR1 = [ bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ) ];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Can I learn more about blessed data?
by LanX (Saint) on Jan 08, 2021 at 19:12 UTC |