Util: Add emplace() to Json::Value

This commit is contained in:
Riyyi
2022-06-23 14:54:29 +02:00
parent e5978310bf
commit af678374bc
2 changed files with 34 additions and 1 deletions
+3
View File
@@ -51,6 +51,9 @@ public:
static Value parse(const std::string& input);
std::string dump(const uint32_t indent = 0, const char indentCharacter = ' ') const;
void emplace_back(Value value);
void emplace(const std::string& key, Value value);
// ------------------------------------------
// Array index operator