This commit is contained in:
2026-05-03 11:16:56 +10:00
parent f6db9ee3e6
commit ee929374a8
14 changed files with 873 additions and 350 deletions

View File

@@ -50,6 +50,8 @@ public:
const JsonValue* find(const std::string& key) const;
private:
void reset(Type type);
Type mType;
bool mBooleanValue;
double mNumberValue;