#pragma once

#include "json.hpp"

namespace server {
	json::obj init(const json::obj & );
};