{ "ch-1" : [ { "function" : "countcommon", "multiarg" : true, "arguments" : [ [ "Perl", "is", "my", "friend" ], [ "Perl", "and", "Raku", "are", "friend" ] ], "result" : 2 }, { "multiarg" : true, "arguments" : [ [ "Perl", "and", "Python", "are", "very", "similar" ], [ "Python", "is", "top", "in", "guest", "languages" ] ], "result" : 1 }, { "multiarg" : true, "arguments" : [ [ "Perl", "is", "imperative", "Lisp", "is", "functional" ], [ "Crystal", "is", "similar", "to", "Ruby" ] ], "result" : 0 } ], "ch-2" : [ { "function" : "strongpair", "arguments" : [ 1, 2, 3, 4, 5 ], "result" : 4 }, { "arguments" : [ 5, 7, 1, 7 ], "result" : 1 } ] }