Util: Implement Json::Value type customization for print formatting
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include <string>
|
||||
#include <utility> // forward
|
||||
|
||||
#include "util/format/format.h"
|
||||
#include "util/json/fromjson.h"
|
||||
#include "util/json/tojson.h"
|
||||
|
||||
@@ -134,6 +135,8 @@ private:
|
||||
std::istream& operator>>(std::istream& input, Value& value);
|
||||
std::ostream& operator<<(std::ostream& output, const Value& value);
|
||||
|
||||
void format(FormatBuilder& builder, const Value& value);
|
||||
|
||||
} // namespace Json
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user