Files

38 lines
356 B
JSON

{
"name": "helix",
"version": 1,
"nested": {
"enabled": true,
"deep": {
"value": null
}
},
"list": [
1,
2,
3
],
"objects": [
{
"id": 1,
"tags": [
"a",
"b"
]
},
{
"id": 2
}
],
"matrix": [
[
1,
2
],
[
3,
4
]
]
}