Util: Add parse(std::ifstream) function

This commit is contained in:
Riyyi
2022-07-18 16:03:11 +02:00
parent 07df4054da
commit a92ac29d19
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -66,6 +66,7 @@ public:
// --------------------------------------
static Value parse(const std::string& input);
static Value parse(std::ifstream& file);
std::string dump(const uint32_t indent = 0, const char indentCharacter = ' ') const;
void clear();