La variable Se llama contactos y esta devinida asi:


contactos = {
					PhoneBook:[{
						"objectid": "id002",
						"owner": "Antonio Lopez",
						"contacts":[{
							"objectid":"Id40",
							"phone":"4784324",
							"name":"Pepe",
							"title2":"Mr.",
							"age":45,
							"address":{
								"objectid":"dir",
								"street":"Los cuenca",
								"city":"Arenys",
								"state":"Spain"
								}
						}]
					}]
					
					};
   }
 };