10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
NJJSONParser.h
1
#ifndef TENDUKE_JSON_NJ_NJJSONPARSER_H
2
#define TENDUKE_JSON_NJ_NJJSONPARSER_H
3
4
#include "json/JSONParser.h"
5
6
namespace
tenduke
{
namespace
json
{
namespace
nj {
7
11
class
NJJSONParser
:
public
::tenduke::json::JSONParser
12
{
14
public
:
15
std::unique_ptr<JSONElement>
from
(
const
char
*jsonAsString, std::size_t length)
const override
;
16
std::unique_ptr<JSONElement>
from
(
const
std::string &
string
)
const override
;
17
};
18
19
}}}
20
21
#endif
//TENDUKE_CLIENT_CORE_NJJSONPARSER_H
tenduke::json::JSONParser
Parser for JSON documents.
Definition
JSONParser.h:15
tenduke::json::nj::NJJSONParser
Implementation of tenduke::json::JSONParser using nlohmann/json.
Definition
NJJSONParser.h:12
tenduke::json::nj::NJJSONParser::from
std::unique_ptr< JSONElement > from(const char *jsonAsString, std::size_t length) const override
tenduke::json::JSONParser implementation
Definition
NJJSONParser.cpp:72
tenduke::json
JSON support.
Definition
JSONArray.h:10
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
services
common
src
json
nj
NJJSONParser.h
Generated by
1.17.0