my $perlData = $json->decode($response->content());
You don't want the raw content returned by $response->content(). You want the decoded content as returned by $response->decoded_content(). tobyink had it correct in his reply but he didn't explicitly call it out and you didn't pick up on it.
In reply to Re: Getting error while decoding JSON object via POST method
by Mr. Muskrat
in thread Getting error while decoding JSON object via POST method
by perlCrazy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |