{
	"@extends": ["05-A.json"],
	"array": [
		{
			"@append": true,
			"my_func": my_global_factory({
				"a": 1,
				"b": 2,
				"c": [
					{"prop": 1},
					{"prop": 2},
					{"prop": 3}
				]
			})
		},
		{
			"hello": function() {

			},
			"a": 1
		},
		(function() {
			return -1;
		})()
	]
}
