Forum Post: RE: Howto decode JSON from REST "selectQuery" in JAVA Language?

  • Thread starter Thread starter Anoop Premachandran
  • Start date Start date
Status
Not open for further replies.
A

Anoop Premachandran

Guest
Not sure what you are asking for.. Can you give an example ? The above data I would use like this in my Java code for(int k=0; k objArrayofArrays.length; k++){ for(int j=0; j objArrayofArrays[k].length; j++){ Obj obj = objArrayofArrays[k][j]; // Cast obj to appropriate type and use } }

Continue reading...
 
Status
Not open for further replies.
Back
Top