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