fix(core): update

This commit is contained in:
2023-11-04 20:14:20 +01:00
parent ca592afec9
commit 291a11aa60
6 changed files with 90 additions and 4 deletions

View File

@ -0,0 +1,8 @@
{
"key1": "this works",
"key2": "this works too",
"key3": {
"nestedkey1": "hello"
}
}

View File

@ -0,0 +1,8 @@
{
"key1": "this works",
"key2": "this works too",
"key3": {
"nestedkey1": "hello"
}
}