Part of json object as below, need to extract questionId
and check whether it is number:
{
"rootProductQuestionId": "17",
"questionAnswers": [
{
"question": "",
"questionId": "17",
"answer": ""
}
],
"productId": "8",
"notes": ""
}