Util: Add exists() to Json::Value

This commit is contained in:
Riyyi
2022-07-08 14:11:03 +02:00
parent a209452a68
commit c5bbd7befd
2 changed files with 14 additions and 0 deletions
+3
View File
@@ -55,6 +55,9 @@ public:
void emplace_back(Value value);
void emplace(const std::string& key, Value value);
bool exists(size_t index) const;
bool exists(const std::string& key) const;
// --------------------------------------
// Array index operator