1
0
mirror of https://github.com/helix-editor/helix synced 2026-07-26 23:00:55 +02:00
Files
helix/tests/indent/json.json
2026-06-20 14:42:38 +09:00

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
]
]
}