gabrielsousa has asked for the wisdom of the Perl Monks concerning the following question:
i have this error:use JSON; $decodejattch = $decoded2->{HasAttachments}; $decodejattch = JSON::decode_json $decodejattch;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to decode JSON::PP::Boolean
by tangent (Parson) on Dec 06, 2017 at 16:46 UTC | |
|
Re: how to decode JSON::PP::Boolean
by Corion (Patriarch) on Dec 06, 2017 at 15:58 UTC | |
|
Re: how to decode JSON::PP::Boolean
by Eily (Monsignor) on Dec 06, 2017 at 16:08 UTC |