{
	"array": [
		{
			"fn": function(a, b) {
				return {
					"a": a,
					"b": b
				};
			}(1, 2)
		
		}
	]
}
