{ "ch-1" : [ { "function" : "doubleexist", "arguments" : [ 6, 2, 3, 3 ], "result" : true }, { "arguments" : [ 3, 1, 4, 13 ], "result" : false }, { "arguments" : [ 2, 1, 4, 2 ], "result" : true } ], "ch-2" : [ { "function" : "luhnalgorithm", "arguments" : "17893729974", "result" : true }, { "arguments" : "4137 8947 1175 5904", "result" : true }, { "arguments" : "4137 8974 1175 5904", "result" : false } ] }