mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-14 19:16:35 +02:00
Ported test of Gbathree's bug
This commit is contained in:
13
test/Printers.cpp
Normal file
13
test/Printers.cpp
Normal file
@ -0,0 +1,13 @@
|
||||
// Copyright Benoit Blanchon 2014
|
||||
// MIT License
|
||||
//
|
||||
// Arduino JSON library
|
||||
// https://github.com/bblanchon/ArduinoJson
|
||||
|
||||
#include "Printers.hpp"
|
||||
|
||||
std::ostream& ArduinoJson::operator<<(std::ostream& os,
|
||||
const ArduinoJson::JsonValue&) {
|
||||
os << "JsonValue"; // TODO
|
||||
return os;
|
||||
}
|
Reference in New Issue
Block a user