template<>
daw::json::json_data_contract<UserParam> struct

Public types

using type = json_member_list<json_string<"name", gtopt::Name>, json_number_null<"value", gtopt::OptReal>, json_array_null<"monthly", std::optional<std::vector<Real>>, json_number_no_name<Real>>>

Public static functions

static auto to_json_data(UserParam const& p) -> auto constexpr