$darkmode
Macros | |
| #define | PARSE_JSON_USE_EXCEPTIONS true |
| #define | PARSE_JSON_WITH_COMMENTS true |
Functions | |
| std::string | fable::to_string (JsonType) |
| std::string fable::to_string | ( | JsonType | type | ) |
Return a string representation of a JSON type.
The returned string is one of the following values:
null object array boolean float integer unsigned string unknown