{
	"user": {
		"#N": {
			"A": "http://A.a/",
			"hidden": "http://hidden.there/"
		},
		"id": "123",
		"*": [
			{
				"#C": "Address:"
			},
			{
				"address": {
					"city": "Montréal",
					"country": "Canada",
					"*": "1, pl. Ville-Marie"
				}
			},
			{
				"#C": "- - - - -"
			},
			"TEXT",
			{
				"#C": "Contacts:\n- - - - -"
			},
			{
				"contacts": {
					"*": [
						{
							"contact": {
								"#N": {
									"": "http://being.here/",
									"B": "http://B.b/"
								},
								"firstName": "John",
								"lastName": "Bird"
							}
						},
						{
							"contact": {
								"firstName": "George",
								"lastName": "Cartier",
								"*": {
									"notes": {
										"*": {
											"#D": "Will call back tomorrow."
										}
									}
								}
							}
						},
						{
							"contact": {
								"#N": "http://over.there/",
								"firstName": "Normand",
								"lastName": "Larivière",
								"*": {
									"notes": {
										"*": [
											{
												"#D": "Friend of George."
											},
											{
												"#D": "Asked for an appointment."
											}
										]
									}
								}
							}
						}
					]
				}
			},
			{
				"hidden:notes": "Salut !"
			}
		]
	}
}