16 lines
290 B
Markdown
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_
|