summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/json/parser/test-fixtures/types.json
blob: 9a142a6ca64458942c9d6ec519e3a0bd0488a944 (plain)
1
2
3
4
5
6
7
8
9
10
{
	"foo": "bar",
	"bar": 7,
	"baz": [1,2,3],
	"foo": -12,
	"bar": 3.14159,
    "foo": true,
    "bar": false,
    "foo": null
}