jinjaturtle/tests/samples/foo.json

11 lines
105 B
JSON

{
"foo": "bar",
"nested": {
"a": 1,
"b": true
},
"list": [
10,
20
]
}