Basic config system from a json file but it's got serious issues. Can't copy construct it because of the variable blocking copying, and it can't even be put into the dinkyecs in any way.
This commit is contained in:
parent
24b1e4a500
commit
0ba789697a
7 changed files with 93 additions and 5 deletions
10
tests/config.json
Normal file
10
tests/config.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"types": {
|
||||
"NUMBER": 1234,
|
||||
"STRING": "\u2849█Ω♣",
|
||||
"FLOAT": 0.1234,
|
||||
"OBJECT": {
|
||||
"name": "Zed"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue