I am using wikipedia api to get some data from them I am getting data response in this manner.
{
    "batchcomplete": "",
    "continue": {
        "accontinue": "WYSIWYG_extensions/da",
        "continue": "-||"
    },
    "query": {
        "allcategories": [
            {
                "size": 1,
                "pages": 1,
                "files": 0,
                "subcats": 0,
                "*": "WikibaseRepoEntityTypes extensions/ar"
            },
            {
                "size": 5,
                "pages": 5,
                "files": 0,
                "subcats": 0,
                "*": "WikibaseRepoEntityTypes extensions"
            },
i want to get the data from "*" key from the objects that I am getting back but i am not able to my IDE sees it as a problem. What should I do?
 
     
    