{
	"catalog": {
		"*": [
			{
				"#C": "Source: https://developer.mozilla.org/en-US/docs/JXON#example.xml"
			},
			{
				"product": {
					"description": "Cardigan Sweater",
					"*": [
						{
							"catalog_item": {
								"gender": "Men's",
								"*": [
									{
										"item_number": "QWZ5671"
									},
									{
										"price": "39.95"
									},
									{
										"size": {
											"description": "Medium",
											"*": [
												{
													"color_swatch": {
														"image": "red_cardigan.jpg",
														"*": "Red"
													}
												},
												{
													"color_swatch": {
														"image": "burgundy_cardigan.jpg",
														"*": "Burgundy"
													}
												}
											]
										}
									},
									{
										"size": {
											"description": "Large",
											"*": [
												{
													"color_swatch": {
														"image": "red_cardigan.jpg",
														"*": "Red"
													}
												},
												{
													"color_swatch": {
														"image": "burgundy_cardigan.jpg",
														"*": "Burgundy"
													}
												}
											]
										}
									}
								]
							}
						},
						{
							"catalog_item": {
								"gender": "Women's",
								"*": [
									{
										"item_number": "RRX9856"
									},
									{
										"discount_until": "Dec 25, 1995"
									},
									{
										"price": "42.50"
									},
									{
										"size": {
											"description": "Medium",
											"*": {
												"color_swatch": {
													"image": "black_cardigan.jpg",
													"*": "Black"
												}
											}
										}
									}
								]
							}
						}
					]
				}
			},
			{
				"script": {
					"type": "text/javascript",
					"*": {
						"#D": "function matchwo(a,b) {\n    if (a < b && a < 0) { return 1; }\n    else { return 0; }\n}"
					}
				}
			}
		]
	}
}