php-dataset/example/data/example.json

8 lines
91 B
JSON
Raw Permalink Normal View History

2022-09-03 00:28:03 +00:00
{
"defaults": {
"bar": true
},
"items": [
{ "foo": 42 }
]
}