Add flag data structure and conversion

This commit is contained in:
I-Al-Istannen 2020-03-28 17:46:41 +01:00
parent 69983fc9ed
commit caf9a896d8
3 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{
"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"
}
}
]
}