Add flag data structure and conversion
This commit is contained in:
parent
69983fc9ed
commit
caf9a896d8
3 changed files with 107 additions and 0 deletions
24
test/files/FlaggyMetadataFile.json
Normal file
24
test/files/FlaggyMetadataFile.json
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue