Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
Main Page
Related Pages
Modules
Classes
Examples
ArduinoJson.h
1
// WARNING:
2
// --------
3
// This file is a workaround for old version of the Arduino IDE.
4
// If you are using Arduino IDE 1.0.6 or above, then you installed the wrong
5
// package of ArduinoJson.
6
// In that case, just delete the current installation and install the package.
7
8
// Copyright Benoit Blanchon 2014-2016
9
// MIT License
10
//
11
// Arduino JSON library
12
// https://github.com/bblanchon/ArduinoJson
13
// If you like this project, please add a star!
14
15
#include "include/ArduinoJson/DynamicJsonBuffer.hpp"
16
#include "include/ArduinoJson/JsonArray.hpp"
17
#include "include/ArduinoJson/JsonObject.hpp"
18
#include "include/ArduinoJson/StaticJsonBuffer.hpp"
19
20
using namespace
ArduinoJson
;
ArduinoJson
Sming
Libraries
ArduinoJson
ArduinoJson.h
Generated by
1.8.11