Add simple load and store methods for Metadata

This commit is contained in:
I-Al-Istannen 2020-03-27 16:13:49 +01:00
parent c3584df5dc
commit ae7f0bdac4
3 changed files with 54 additions and 1 deletions

View file

@ -0,0 +1,13 @@
{
"global": {
"some-data": "some value"
},
"local": [
{
"at": 20,
"info": {
"src-line": 200
}
}
]
}