Hi,
I am here to ask a nested array question. I have a file say, "content.json" which has javascript variables and json as their values in json there are objects as value and objects as value of each object. I mean there is deep chain to overcome to reach the final value and it is not already decided how many elements at the root are and how many elements at any stage are.
What type of looping I must consider to show the results in some format as <pre></pre>
block does?
I am avoiding recursion because of memory issues so looping should be implemented.
Thanks