|
10Duke Enterprise C++ Client
|
#include <NJJSONParser.h>
Implementation of tenduke::json::JSONParser using nlohmann/json.
Public Member Functions | |
| std::unique_ptr< JSONElement > | from (const char *jsonAsString, std::size_t length) const override |
| tenduke::json::JSONParser implementation | |
| std::unique_ptr< JSONElement > | from (const std::string &string) const override |
| Parses JSON from given string. | |
|
overridevirtual |
tenduke::json::JSONParser implementation
Implements tenduke::json::JSONParser.
|
overridevirtual |
Parses JSON from given string.
| JSONParsingException | when the JSON parsing failed for various reasons. |
Implements tenduke::json::JSONParser.