1
0
EQ2Emu/docs/code/JsonParser.md
2025-05-06 09:54:48 -04:00

290 B

File: JsonParser.h

Classes

  • JsonParser

Functions

  • std::string getValue(const std::string &path) const {
  • bool IsLoaded() { return is_loaded; }
  • void parseTree(const boost::property_tree::ptree &tree, const std::string &path);

Notable Comments

None detected