I have a Json below which I am experiencing parse issues. I am not able to write sub array elements inside one array element. Need your help
{
"fulfillmentMessage": [{
"text": {
"text": [
"Element 1",
"Element 2",
"additionalCategory": [{
"link": "",
"followup_text": "Yes",
"title": "Yes"
},
{
"title": "No",
"followup_text": "No",
"link": ""
}
]
]
}
}]
}
For the above JSON, I am getting the below error
Error: Expecting Comma or ], not colon