“Json库”的版本间的差异

来自YFRobotwiki
跳转至: 导航搜索
第8行: 第8行:
 
{| border="0" cellpadding="10" width="100%"
 
{| border="0" cellpadding="10" width="100%"
 
|-
 
|-
|width="30%" valign="top" align="left"|
+
|width="50%" valign="top" align="left"|
 
Welcome to the user manual for the Arduino JSON library, an elegant and efficient JSON library for embedded systems.
 
Welcome to the user manual for the Arduino JSON library, an elegant and efficient JSON library for embedded systems.
  
第34行: 第34行:
  
  
|width="20%" valign="top" align="left"|
+
|width="10%" valign="top" align="left"|
 
<!-- 空白 -->
 
<!-- 空白 -->
  
|width="20%" valign="top" align="left"|
+
|width="30%" valign="top" align="left"|
 
<br>
 
<br>
 
<font color="orange" size="+2">'''Server class'''</font><br><br>
 
<font color="orange" size="+2">'''Server class'''</font><br><br>

2016年8月22日 (一) 09:59的版本

JSON 介绍

library from github arduino Json

download from the address:zip address

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


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






返回Arduino库菜单

返回首页

更多建议和问题欢迎反馈至 YFRobot论坛