mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
Update for jart/json.cpp change
This commit is contained in:
@@ -35,7 +35,7 @@ void PrintTo(std::span<T> val, ::std::ostream* os) {
|
||||
}
|
||||
|
||||
inline void PrintTo(const json& val, ::std::ostream* os) {
|
||||
*os << val.dump();
|
||||
*os << val.to_string();
|
||||
}
|
||||
|
||||
} // namespace wpi::util
|
||||
|
||||
Reference in New Issue
Block a user