tags => ['json', 'serialize'],
module => 'JSON::PP',
function => 'encode_json',
code_template => 'state $json = JSON::PP->new->allow_nonref; $json->encode(<data
tags => ['json', 'deserialize'],
module => 'JSON::PP',
function => 'decode_json',
code_template => 'state $json = JSON::PP->new->allow_nonref; $json->decode(<dat
{
tags => ['json', 'serialize'],
module => 'JSON::Tiny',
function => 'encode_json',
code_template => 'JSON::Tiny::encode_json(<data>)',
},