|
10Duke Enterprise C++ SDK
|
#include <CJsonParser.h>
cJSON-implementation of tenduke::json::JSONParser.
Public Member Functions | |
| cJSONParser () | |
| Constructs new instance. | |
| std::unique_ptr< JSONElement > | from (const std::string &string) const override |
| Parses JSON from given string. | |
| std::unique_ptr< JSONElement > | from (const char *jsonAsString, std::size_t length) const override |
| Parses JSON from given string. | |
|
overridevirtual |
Parses JSON from given string.
| JSONParsingException | when the JSON parsing failed for various reasons. |
Implements tenduke::json::JSONParser.
|
overridevirtual |
Parses JSON from given string.
| JSONParsingException | when the JSON parsing failed for various reasons. |
Implements tenduke::json::JSONParser.