mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-14 18:11:17 +02:00
Updated Using the library with Arduino (markdown)
@@ -3,15 +3,21 @@ If you don't use the Arduino IDE, please read [Using the library without Arduino
|
||||
|
||||
## Install the library
|
||||
|
||||
### For Arduino 1.6.x and superior
|
||||
|
||||
ArduinoJson is available in Arduino's Library Manager.
|
||||
You can automatically install it from there.
|
||||
|
||||
Alternatively you can [download the zip package](https://github.com/bblanchon/ArduinoJson/releases) and extract it to:
|
||||
### For old Arduino IDE version
|
||||
|
||||
You needed [download the zip package](https://github.com/bblanchon/ArduinoJson/releases) and extract it to:
|
||||
|
||||
<your Arduino Sketch folder>/libraries/ArduinoJson
|
||||
|
||||
Then restart the Arduino IDE.
|
||||
|
||||
**NOTE**: There are two packages the standard and the "old-layout". You need to use the "old-layout" for Arduino 1.0.X, Energia and other alternative IDE.
|
||||
|
||||
## Run the examples sketches
|
||||
|
||||
Click `File` / `Example` / `ArduinoJson`.
|
||||
|
Reference in New Issue
Block a user