![]() |
DAW JSON Link
|
#include <daw_json_link_types.h>
Public Types | |
template<JSONNAMETYPE NewName> | |
using | with_name = json_string< NewName, String, Options, Constructor > |
using | without_name = json_base::json_string< String, Options, Constructor > |
![]() | |
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, char const *, char const * >::type |
template<JSONNAMETYPE NewName> | |
using | with_name = daw::json::json_string< NewName, String, Options, Constructor > |
using | without_name = json_string |
using | wrapped_type = String |
Static Public Attributes | |
static constexpr daw::string_view | name = Name |
![]() | |
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 |
Member is an escaped string and requires unescaping and escaping of string data
Name | of json member |
String | result type constructed by Constructor |
Constructor | a callable taking as arguments ( InputIterator, InputIterator ). If others are needed use the Constructor callable convert |
EmptyStringNull | if string is empty, call Constructor with no arguments |
EightBitMode | Allow filtering of characters with the MSB set |
Nullable | Can the member be missing or have a null value |
Member is an escaped string and requires unescaping and escaping of string data
Name | of json member |
String | result type constructed by Constructor |
Constructor | a callable taking as arguments ( char const *, std::size_t ) |
EmptyStringNull | if string is empty, call Constructor with no arguments |
EightBitMode | Allow filtering of characters with the MSB set |
Nullable | Can the member be missing or have a null value |
using daw::json::DAW_JSON_VER::json_string< Name, String, Options, Constructor >::with_name = json_string<NewName, String, Options, Constructor> |
using daw::json::DAW_JSON_VER::json_string< Name, String, Options, Constructor >::without_name = json_base::json_string<String, Options, Constructor> |
|
staticconstexpr |