userver: samples/json2yaml/src/json2yaml.hpp
Loading...
Searching...
No Matches
samples/json2yaml/src/json2yaml.hpp
#pragma once
USERVER_NAMESPACE_BEGIN
namespace formats::parse {
yaml::Value Convert(const json::Value& json, To<yaml::Value>);
} // namespace formats::parse
USERVER_NAMESPACE_END