{ "ch-1" : [ { "function" : "balancestring", "arguments" : "0a1b2c", "result" : "0a1b2c" }, { "arguments" : "abc12", "result" : "a1b2c" }, { "arguments" : "0a1b2c3", "result" : "0a1b2c3" }, { "arguments" : "1a23", "result" : "" }, { "arguments" : "ab123", "result" : "1a2b3" } ], "ch-2" : [ { "function" : "maxscore", "arguments" : "0011", "result" : 4 }, { "arguments" : "0000", "result" : 3 }, { "arguments" : "1111", "result" : 3 }, { "arguments" : "0101", "result" : 3 }, { "arguments" : "011101", "result" : 5 } ] }