Json庫

從 YFRobotwiki
在2016年8月18日 (四) 11:38由Allblue對話 | 貢獻所做的修訂版本

(差異) ←上個修訂 | 最新修訂 (差異) | 下一修訂→ (差異)
跳到: 導覽搜尋


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

- IndentedPrintExample : Indented Print
- JsonGeneratorExample : Json Generator
- JsonHttpClient : Json Http Client
- JsonParserExample : Json Parser
- JsonServer : Json Server
- JsonUdpBeacon : Json Udp Beacon



Server class

The Server class creates servers which can send data to and receive data from connected clients (programs running on other computers or devices).

- Server()
- EthernetServer()
- begin()
- available()
- write()
- print
- println()






返回Arduino庫菜單

返回首頁

更多建議和問題歡迎反饋至 YFRobot論壇