forked from bblanchon/ArduinoJson
Ported test of Gbathree's bug
This commit is contained in:
14
test/Printers.hpp
Normal file
14
test/Printers.hpp
Normal file
@ -0,0 +1,14 @@
|
||||
// Copyright Benoit Blanchon 2014
|
||||
// MIT License
|
||||
//
|
||||
// Arduino JSON library
|
||||
// https://github.com/bblanchon/ArduinoJson
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <ArduinoJson/JsonValue.hpp>
|
||||
#include <ostream>
|
||||
|
||||
namespace ArduinoJson {
|
||||
std::ostream& operator<<(std::ostream& os, const ArduinoJson::JsonValue& v);
|
||||
}
|
Reference in New Issue
Block a user