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" : " "
} ,