Example A: {"MyObject" : { "name" : "HelloWorld" } }
Click to show strObj.MyObject.name;
Example B: { "Album": { "Title": "Are You Experienced?", "Artist" : "The Jimi Hendrix Experience", "Songs" : [ "Hear My Train a Coming", "Red House", "Manic Depression" ] } }
Click to show strObj.Album.Songs[2];
Click an example to display the results.