I\'m fairly new to using JSON (as opposed to XML) and am currently working purely with Javascript to digest, parse and display my returned JSON data.
I\'m using the JSON
You can walk through your json structure by yourself and create appropriate when needed, but I suggest you to implement Composite Pattern. See link for more details