{ "ch-1" : [ { "function" : "sortletters", "multiarg" : true, "arguments" : [ [ "R", "E", "P", "L" ], [ 3, 2, 1, 4 ] ], "result" : "PERL" }, { "multiarg" : true, "arguments" : [ [ "A", "U", "R", "K" ], [ 2, 4, 1, 3 ] ], "result" : "RAKU" }, { "multiarg" : true, "arguments" : [ [ "O", "H", "Y", "N", "P", "T" ], [ 5, 4, 2, 6, 1, 3 ] ], "result" : "PYTHON" } ], "ch-2" : [ { "function" : "splitstring", "arguments" : "perl", "result" : false }, { "arguments" : "book", "result" : true }, { "arguments" : "goodmorning", "result" : true } ] }