mirror of
https://github.com/helix-editor/helix
synced 2026-07-26 23:00:55 +02:00
38 lines
356 B
JSON
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
|
|
]
|
|
]
|
|
}
|