DAW JSON Link
Namespaces | Macros | Functions
daw_json_link.h File Reference
#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::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)
 

Macro Definition Documentation

◆ DAW_STR

#define DAW_STR (   x)    std::string_view( #x )

◆ DAW_XSTR

#define DAW_XSTR (   x)    DAW_STR( x )