Accessing a JSON file

22 Views Asked by At

Please guys what code should I write on my .java file in android studio so I can be able to ACCESS and DISPLAY strings from the .JSON format below.

{

"question" : [

{
"id" : "0", 

" question " : " ", 

" options " :
   {
  "A" : " ", 
  "B" : " ", 
  "C" : " ", 
  "D" : " ", 
    }  , 

" answer" : " "
}  , 
0

There are 0 best solutions below