![]() |
DAW JSON Link
|
String - A raw string as is. Escapes are left in. More...
#include <daw_json_link_types.h>
Public Types | |
using | base_type = json_details::unwrapped_t< String, nullable > |
using | constructor_t = Constructor |
using | i_am_a_json_type = void |
using | parse_to_t = typename json_details::construction_result< nullable !=JsonNullable::MustExist, Constructor, base_type >::type |
template<JSONNAMETYPE NewName> | |
using | with_name = daw::json::json_string_raw< NewName, String, Options, Constructor > |
using | without_name = json_string_raw |
using | wrapped_type = String |
Static Public Attributes | |
static constexpr AllowEscapeCharacter | allow_escape_character |
static constexpr JsonParseTypes | base_expected_type |
static constexpr EightBitModes | eight_bit_mode |
static constexpr EmptyStringNull | empty_is_null |
static constexpr JsonParseTypes | expected_type |
static constexpr bool | must_be_class_member = false |
static constexpr daw::string_view | name = no_name |
static constexpr JsonNullable | nullable |
static constexpr JsonBaseParseTypes | underlying_json_type |
String - A raw string as is. Escapes are left in.
using daw::json::DAW_JSON_VER::json_base::json_string_raw< String, Options, Constructor >::base_type = json_details::unwrapped_t<String, nullable> |
using daw::json::DAW_JSON_VER::json_base::json_string_raw< String, Options, Constructor >::constructor_t = Constructor |
using daw::json::DAW_JSON_VER::json_base::json_string_raw< String, Options, Constructor >::i_am_a_json_type = void |
using daw::json::DAW_JSON_VER::json_base::json_string_raw< String, Options, Constructor >::parse_to_t = typename json_details::construction_result< nullable != JsonNullable::MustExist, Constructor, base_type>::type |
using daw::json::DAW_JSON_VER::json_base::json_string_raw< String, Options, Constructor >::with_name = daw::json::json_string_raw<NewName, String, Options, Constructor> |
using daw::json::DAW_JSON_VER::json_base::json_string_raw< String, Options, Constructor >::without_name = json_string_raw |
using daw::json::DAW_JSON_VER::json_base::json_string_raw< String, Options, Constructor >::wrapped_type = String |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |