I am trying to access the return result of json from a request. However, no matter how i try to access one of the property I keep getting undefined
{
    "answers": [
        {
            "questions": [
                "Hello",
                "Hi",
                "Hey"
            ],
            "answer": "Hello. How may I help you today? \n\n",
            "score": 100,
            "id": 2,
            "source": "Editorial",
            "metadata": []
        },
        {
            "questions": [
                "hi",
                "hello",
                "hey"
            ],
            "answer": "Hi there. How may I assist you today?",
            "score": 100,
            "id": 5,
            "source": "Editorial",
            "metadata": []
        }
    ]
}
How do I access the answer "hello. How may I help you today" ?>
 
     
     
     
    