24 lines
364 B
JSON
24 lines
364 B
JSON
{
|
|
"global": {
|
|
"some-data": "some value"
|
|
},
|
|
"local": [
|
|
{
|
|
"at": 20,
|
|
"info": {
|
|
"breakpoint": true,
|
|
"readonly": true,
|
|
"executable": "probably"
|
|
}
|
|
},
|
|
{
|
|
"start": 1,
|
|
"stop": 5,
|
|
"info": {
|
|
"breakpoint": false,
|
|
"readonly": true,
|
|
"executable": "yes"
|
|
}
|
|
}
|
|
]
|
|
}
|