Files
ArduinoJson/test/Printers.hpp
2014-10-24 18:31:50 +02:00

12 lines
278 B
C++

// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once
#include <ArduinoJson/ForwardDeclarations.hpp>
#include <ostream>
std::ostream& operator<<(std::ostream& os, const ArduinoJson::JsonValue& v);