http://www.perlmonks.org?node_id=1026098


in reply to JSON recomendations

JSON::XS worked well for me in the past, and has good performance and Unicode support.

JSON uses JSON::XS if available, and otherwise falls back to a pure-perl JSON parser. So if deployment is an issue, chosing JSON might give you more flexibility than JSON::XS.