How to extract json inside participants and saving them inside arraylist.
participants:
[
{
"name":"David Hume",
"email":"[email protected]"
},
{
"name": "Confucius",
"email": "[email protected]"
}
]
How to extract json inside participants and saving them inside arraylist.
participants:
[
{
"name":"David Hume",
"email":"[email protected]"
},
{
"name": "Confucius",
"email": "[email protected]"
}
]