nx_cloud_storage_sdk
1.0
Cloud Storage SDK
|
#include <string>
#include <vector>
#include <map>
#include <memory>
#include <initializer_list>
#include "../../json11/json11.hpp"
Go to the source code of this file.
Classes | |
class | nx::kit::detail::json11::Json |
class | nx::kit::detail::json11::JsonValue |
Enumerations | |
enum | JsonParse { STANDARD, COMMENTS, STANDARD, COMMENTS } |
Functions | |
std::string | nx::kit::jsonTypeToString (Json::Type type) |
Variables | |
class NX_KIT_API | nx::kit::detail::json11::Json |
class NX_KIT_API | nx::kit::detail::json11::JsonValue |
Wrapper for the original Json11 header. Puts Json11 classes into namespace nx::kit and makes them exported from nx_kit dynamic lib.
This file should be included into projects using Json11 via nx_kit, instead of Json11 original header json11.hpp. Then, use nx::kit::Json - the main class of the Json11 lib.