mima-tools/test/files/FlaggyMetadataFile.json
2020-03-28 17:46:41 +01:00

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