{ "Person": { "Name": { "Fname": "John", "Lname": "Smith" }, "SomeMoreDetails": { "number": "200", "Street": "Palm Ave", "City": "Funky Town", "State": "Oklahoma", "Tastes": [ { "Sweet": "Yes", "Sour": "No", "Bitter": "No", "Movies": [ { "Thriller": "Yes", "Comedy": "Yes", "Horror": "No" } ], "Relationships": [ { "Brother": "Bad", "Sister": "OK", "Father": "Good" }, { "Friend": "Excellent", "Acquaintence": "OK", "Boss": "Formal" } ] }]}}}