the answer chosen as the correct answer for this query:
=">Split JSON string into two variables
(assuming 'jsonStr' itself is an array streamed in from a php program, from which the variables are extracted),
Is there some way to use that or similar way to parse multidimensional arrays being streamed in?(i am not sure if I am using that term correctly, what I mean is arrays that contain arrays).
If I have the same object mappings in my java program as my php, I want to be able to repopulate the java objects array by array.
Sorry for reposting here but the question is really relevant since I have already used the solution, but wish to use it in a different way.