File json_pretty_print.hpp
File List > backends > cxx > include > zmbt > core > json_pretty_print.hpp
Go to the documentation of this file
#ifndef ZMBT_CORE_JSON_PRETTY_PRINT_HPP_
#define ZMBT_CORE_JSON_PRETTY_PRINT_HPP_
#include "aliases.hpp"
namespace zmbt {
std::ostream& pretty_print(std::ostream& os, boost::json::value const& jv, int const indent = 0);
} // namespace zmbt
#endif // ZMBT_CORE_JSON_PRETTY_PRINT_HPP_