How to show json data in listview

Hello Everyone :blush:
Please Help Me I Have A New Problem :pleading_face:

Can anyone tell me how to convert json data in listview :sweat_smile:

Json Data :-
{
“toplevel”: {
“CompleteSuggestion”: [
{
“suggestion”: {
“data”: “google”
}
},
{
“suggestion”: {
“data”: “google translate”
}
},
{
“suggestion”: {
“data”: “google meet”
}
},
{
“suggestion”: {
“data”: “google classroom”
}
},
{
“suggestion”: {
“data”: “google map”
}
},
{
“suggestion”: {
“data”: “google scholar”
}
},
{
“suggestion”: {
“data”: “google gravity”
}
},
{
“suggestion”: {
“data”: “google drive”
}
},
{
“suggestion”: {
“data”: “google doodle today”
}
},
{
“suggestion”: {
“data”: “गूगले”
}
}
]
}
}

This might help you.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.