{ "alphabet": [ "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z" ], "categories": [ { "cat_name": "Board1", "words": ["cow", "fox", "dog", "cat", "rat", "pig", "yak", "wolf" ], "rows": 10, "cols": 10 }, { "cat_name": "Board2", "words": ["deer", "frog", "hare", "lion", "puma","cattle", "cobra", "camel"], "rows": 10, "cols": 10 }, { "cat_name": "Board3", "words": ["panda", "tiger", "zebra", "jaguar", "monkey", "sheep", "rhinoceros", "ostrich"], "rows": 10, "cols": 10 }, { "cat_name": "Board4", "words": ["leopard", "kangaroo", "gorilla", "giraffe", "elephant", "goat","bear", "cheetah"], "rows": 10, "cols": 10 } ] }