Here is my server that I am trying to parse
[
{
"Hello": "How are You?",
"GoodBye": "I will see you later",
"Today": "How is it outside today",
"Date": "what is the date today",
"Weather": "10 degrees",
"Subcategory": [
{
"text": "Text goes here",
}
{
"text": "Text goes here",
}
{
"text": "Text goes here",
}]
[
{
"Hello": "How are You?",
"GoodBye": "I will see you later",
"Today": "How is it outside today",
"Date": "what is the date today",
"Weather": "10 degrees",
"Subcategory2": [
{
"text": "Text goes here",
}
{
"text": "Text goes here",
}
{
"text": "Text goes here",
}]
[
Additionally, below I have my JSON parse for the text alone, however, I would like to get the text of the weather.