 var data  = {
    "rubric": "Search the words in the word search.",
    "title": "Yesterday Words",
    "wordListArr": {
        "across": [
            {
                "clue": "MERIDIANS",
                "ids": [
                    0,
                    0
                ],
                "inx": 1,
                "ans": "MERIDIANS"
            },
            {
                "clue": "EQUATOR",
                "ids": [
                    2,
                    9
                ],
                "inx": 2,
                "ans": "EQUATOR"
            }
        ],
        "down": [
            {
                "clue": "NORTH POLE",
                "ids": [
                    0,
                    1
                ],
                "inx": 3,
                "ans": "NORTHPOLE"
            },
            {
                "clue": "AXIS",
                "ids": [
                    3,
                    3
                ],
                "inx": 4,
                "ans": "AXIS"
            },
            {
                "clue": "PARALLELS",
                "ids": [
                    9,
                    0
                ],
                "inx": 5,
                "ans": "PARALLELS"
            }
        ]
    },
    "totalRows": 10,
    "totalCols": 10,
    "type": "WordSearch",
    "intro": ""
}