{
	// a comment
	"options": {
		"myBool": true,
		"myInteger": 1,
		"myString": "String\u0056",
		"myNumber": 1.24,
		"myNull": null,
		"myArray": [ 1, "Hello", true, null, [], {}],
		"myObject" : {
			"foo": "bar"
		}
	}
}