revert operator<< overload of dv::value
This commit is contained in:
+1
-1
@@ -157,5 +157,5 @@ namespace dv {
|
|||||||
#include "coders/json.hpp"
|
#include "coders/json.hpp"
|
||||||
|
|
||||||
std::ostream& operator<<(std::ostream& stream, const dv::value& value) {
|
std::ostream& operator<<(std::ostream& stream, const dv::value& value) {
|
||||||
return stream << json::stringify(value, true);
|
return stream << json::stringify(value, false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user