userver
C++ Async Framework
Loading...
Searching...
No Matches
samples/json2yaml/src/json2yaml.cpp
#include <json2yaml.hpp>
#include <string>
#include <
userver/formats/common/conversion_stack.hpp
>
USERVER_NAMESPACE_BEGIN
namespace
formats::parse
{
yaml::Value Convert(
const
json::Value& json, To<yaml::Value>) {
return
formats::common::PerformMinimalFormatConversion<yaml::Value>
(json);
}
}
// namespace formats::parse
USERVER_NAMESPACE_END
Generated on Tue Sep 2 2025 12:30:03 for userver by
Doxygen
1.13.2