{ "ch-1" : [ { "function" : "brokenkeys", "multiarg" : true, "arguments" : [ "Perl Weekly Challenge", [ "l", "a" ] ], "result" : 0 }, { "multiarg" : true, "arguments" : [ "Perl and Raku", [ "a" ] ], "result" : 1 }, { "multiarg" : true, "arguments" : [ "Well done Team PWC", [ "l", "o" ] ], "result" : 2 } ], "ch-2" : [ { "function" : "replacedigits", "arguments" : "a1c1e1", "result" : "abcdef" }, { "function" : "replacedigits", "arguments" : "a1b2c3d4", "result" : "abbdcfdh" }, { "function" : "replacedigits", "arguments" : "b2b", "result" : "bdb" }, { "function" : "replacedigits", "arguments" : "a16z", "result" : "abgz" } ] }