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

16 lines
290 B
Markdown

# 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_