man JSON::Converter () - parse alias of CWobjToJson. objToJson convert a passed perl data structure into JSON object. can't parse bleesed object. hashToJson convert a passed hash into JSON object. arrayToJson convert a passed array into JSON array. valueToJson convert a passed data into a string of JSON.

METHODs

parse
alias of CWobjToJson.
objToJson
convert a passed perl data structure into JSON object. can't parse bleesed object.
hashToJson
convert a passed hash into JSON object.
arrayToJson
convert a passed array into JSON array.
valueToJson
convert a passed data into a string of JSON.

COPYRIGHT

makamaka [at] donzoko.net

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

<http://www.crockford.com/JSON/index.html>