0

How to extract json inside participants and saving them inside arraylist.

participants:

[  
    {  
       "name":"David Hume",
       "email":"david@gmail.com"
    },
    {
       "name": "Confucius",
       "email": "confucius@gmail.com"
    }
]
pableiros
  • 14,932
  • 12
  • 99
  • 105
  • I think that you have not done a lot of Research you can start learning beginning by these tutorial [Android JSON Parsing Tutorial](http://www.androidhive.info/2012/01/android-json-parsing-tutorial/) – Ahlem Jarrar Aug 18 '16 at 19:27
  • Look at [this](http://stackoverflow.com/a/8371455/6723193). Possible duplicated question... – Amg91 Aug 18 '16 at 19:35

0 Answers0