in reply to Re^5: Size of a HASH (with more keys)
in thread Size of a HASH (with more keys)
But I as I read it quickly, I think they generate only JSON (which is a bit different than JSONP).
Nevertheless, so If I have a HASH where all the info is stored that I want. How should I create a JSONP with this Module?
$json_text = $json->encode( $perl_scalar );This is the syntax from CPAN. Is the $perl_scalar my $testHASH in our case?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Size of a HASH # Perldsc vs JSON
by LanX (Saint) on Jul 02, 2014 at 14:28 UTC |