Util: Add flexible constructor toJson() to Json::Value

This commit is contained in:
Riyyi
2022-07-10 00:33:33 +02:00
parent 5c95288874
commit 74dd24a516
4 changed files with 193 additions and 65 deletions
+1
View File
@@ -31,6 +31,7 @@ public:
}
void emplace_back(Value value);
void reserve(size_t size) { m_values.reserve(size); }
Value& operator[](size_t index);