DAW JSON Link
|
#include "impl/version.h"
#include "daw_from_json.h"
#include "daw_json_apply.h"
#include "daw_json_exception.h"
#include "daw_json_link_types.h"
#include "daw_to_json.h"
#include "impl/daw_json_alternate_mapping.h"
#include "impl/daw_json_value.h"
Go to the source code of this file.
Namespaces | |
daw | |
daw::json | |
Customization point traits. | |
daw::json::anonymous_namespace{daw_json_link.h} | |
daw::json::literals | |
Macros | |
#define | DAW_STR(x) std::string_view( #x ) |
#define | DAW_XSTR(x) DAW_STR( x ) |
Functions | |
DAW_CONSTEVAL std::string_view | daw::json::anonymous_namespace{daw_json_link.h}::json_link_version () |
constexpr daw::json::json_value | daw::json::literals::operator""_dawjson (char const *ptr, std::size_t sz) |
#define DAW_STR | ( | x | ) | std::string_view( #x ) |
#define DAW_XSTR | ( | x | ) | DAW_STR( x ) |