{ "ch-1" : [ { "function" : "equalstrings", "arguments" : [ "abc", "abb", "ab" ], "result" : 2 }, { "arguments" : [ "ayz", "cyz", "xyz" ], "result" : -1 }, { "arguments" : [ "yza", "yzb", "yzc" ], "result" : 3 } ], "ch-2" : [ { "function" : "sortcolumn", "arguments" : [ "swpc", "tyad", "azbe" ], "result" : 2 }, { "arguments" : [ "cba", "daf", "ghi" ], "result" : 1 }, { "arguments" : [ "a", "b", "c" ], "result" : 0 } ] }