OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / json / test-fixtures / types.json
1 {
2         "foo": "bar",
3         "bar": 7,
4         "baz": [1,2,3],
5         "foo": -12,
6         "bar": 3.14159,
7     "foo": true,
8     "bar": false,
9     "foo": null
10 }