| 120 | } |
| 121 | |
| 122 | bool GetElementBoolean(const json::object_t &root, const char *path, bool default) |
| 123 | { |
| 124 | return GetElement<bool>(&root, path, default); |
| 125 | } |
| 126 | |
| 127 | float GetElementFloat(const json::object_t &root, const char *path, float default) |
| 128 | { |
no outgoing calls
no test coverage detected