Test 1: ## JSON Start ## { "color": "red", "amount": 3, "arrayTest": ["north","south","east","west",3,"escaped \/string"], "boolTest": true, "nullTest": null, "addressBookEntry": { "first": "Richard", "last": "Mutt", "address": { "street": "1 Main St", "city": "Springfield" , "zip": "10045" } } } ## JSON End ##