20#ifndef ORES_ACCOUNTS_DOMAIN_ROLE_JSON_HPP
21#define ORES_ACCOUNTS_DOMAIN_ROLE_JSON_HPP
25#include "ores.accounts/domain/role.hpp"
27namespace ores::accounts::domain {
33std::string convert_to_json(
const role& v);
34std::string convert_to_json(
const std::vector<role>& v);