Json库
来自YFRobotwiki
library from github arduino Json
Welcome to the user manual for the Arduino JSON library, an elegant and efficient JSON library for embedded systems. It's designed to have the most intuitive API, the smallest footprint and works without any allocation on the heap (no malloc). It has been written with Arduino in mind, but it isn't linked to Arduino libraries so you can use this library in any other C++ project. Using the library with Arduino
Examples
|
The Server class creates servers which can send data to and receive data from connected clients (programs running on other computers or devices).
|
更多建议和问题欢迎反馈至 YFRobot论坛