mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-15 19:42:12 +02:00
12 lines
278 B
C++
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); |