shekspir55's json parser.

This commit is contained in:
Norayr Chilingarian 2022-01-21 00:28:49 +04:00
parent 3c3efbf85b
commit 93f5747ebe

21
skprJson.json Normal file
View file

@ -0,0 +1,21 @@
{
"Package": "skprJson",
"Author": "shekspir55",
"License": "GPL-3",
"Version": "0.1",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/skprJson",
"tag" : "0.1"
},
"Dependencies":
{
"lists": "0.1"
},
"Build":
{
"voc -s": "src/skprCharStack.Mod",
"voc -s": "src/skprJson.Mod"
}
}