26 typename JsonClass =
typename json_details::json_deduced_type<Value>,
27 typename OutputIterator>
28 [[maybe_unused]] constexpr OutputIterator
to_json( Value
const &value,
29 OutputIterator out_it );
42 typename Result = std::string,
typename Value,
43 typename JsonClass =
typename json_details::json_deduced_type<Value>>
44 [[maybe_unused, nodiscard]] constexpr Result
to_json( Value
const &value );
46 namespace json_details {
64 typename Container,
typename OutputIterator>
65 [[maybe_unused]] constexpr OutputIterator
76 template<
typename Result = std::string,
79 [[maybe_unused, nodiscard]] constexpr Result
to_json_array( Container &&c );
constexpr OutputIterator to_json(Value const &value, OutputIterator out_it)
Definition: daw_to_json.h:26
constexpr OutputIterator to_json_array(Container const &c, OutputIterator out_it)
Definition: daw_to_json.h:52
Definition: daw_from_json.h:22
Definition: daw_to_json_fwd.h:51
#define DAW_JSON_VER
Definition: version.h:11