Add simple load and store methods for Metadata
This commit is contained in:
parent
c3584df5dc
commit
ae7f0bdac4
3 changed files with 54 additions and 1 deletions
13
test/files/SimpleMetadataFile.json
Normal file
13
test/files/SimpleMetadataFile.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"global": {
|
||||
"some-data": "some value"
|
||||
},
|
||||
"local": [
|
||||
{
|
||||
"at": 20,
|
||||
"info": {
|
||||
"src-line": 200
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue