template<typename T>
{
to_json(j, std::as_const(t)) } -> std::same_as<void>;
{
from_json(std::as_const(j), t) } -> std::same_as<void>;
}
IVW_MODULE_DATAFRAME_API void to_json(nlohmann::json &j, const ColumnOptionProperty &p)
IVW_MODULE_DATAFRAME_API void from_json(const nlohmann::json &j, ColumnOptionProperty &p)