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

Public types

using type = json_member_list<json_number<"uid", Uid>, json_string_null<"name", OptName>, json_number_null<"active", OptBool>, json_number<"first_scenario", Size>, json_number<"count_scenario", Size>>

Public static functions

static auto to_json_data(Scene const& scene) -> auto constexpr