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

  • Thread starter Thread starter tanagorns@progress.in.th
  • Start date Start date
Status
Not open for further replies.
T

tanagorns@progress.in.th

Guest
Thanks a million Anoop !! and May I ask you a favour? Gson gson = new Gson(); Object[][] objArrayofArrays = gson.fromJson(jsonString, Object[][].class); For your example : How to get Array value in GSON? Could you send to Example code for me? Thank you in advance Best Regards BOY!!

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