1#ifndef TENDUKE_JSON_CJSONPARSER_H
2#define TENDUKE_JSON_CJSONPARSER_H
4#include "json/JSONParser.h"
19 std::unique_ptr<JSONElement>
from(
const std::string &
string)
const override;
20 std::unique_ptr<JSONElement>
from(
21 const char * jsonAsString,
Parser for JSON documents.
Definition JSONParser.h:15
cJSON-implementation of tenduke::json::JSONParser.
Definition CJsonParser.h:12
cJSONParser()
Constructs new instance.
std::unique_ptr< JSONElement > from(const std::string &string) const override
Parses JSON from given string.
Definition CJsonParser.cpp:118
Implementation of JSON service interfaces using cJSON.
Definition CJsonArray.h:10
JSON support.
Definition JSONArray.h:10
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4