{ "ch-1" : [ { "function" : "lastword", "arguments" : "The Weekly Challenge", "result" : 9 }, { "arguments" : " Hello World ", "result" : 5 }, { "arguments" : "Let's begin the fun", "result" : 3 } ], "ch-2" : [ { "function" : "buddystrings", "multiarg" : true, "arguments" : [ "fuck", "fcuk" ], "result" : true }, { "multiarg" : true, "arguments" : [ "love", "love" ], "result" : false }, { "multiarg" : true, "arguments" : [ "fodo", "food" ], "result" : true }, { "multiarg" : true, "arguments" : [ "feed", "feed" ], "result" : true } ] }