File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ArduinoJson: change log
4
4
v5.12.0
5
5
-------
6
6
7
- * Added ` JsonVariant::operator| ` to return a default value (see bellow )
7
+ * Added ` JsonVariant::operator| ` to return a default value (see below )
8
8
* Added a clear error message when compiled as C instead of C++ (issue #629 )
9
9
* Added detection of MPLAB XC compiler (issue #629 )
10
10
* Added detection of Keil ARM Compiler (issue #629 )
Original file line number Diff line number Diff line change 3
3
// MIT License
4
4
//
5
5
// This example shows how to parse a JSON document in an HTTP response.
6
- // It uses the Ethernet library, but can be easily adapter for Wifi.
6
+ // It uses the Ethernet library, but can be easily adapted for Wifi.
7
7
//
8
8
// It performs a GET resquest on arduinojson.org/example.json
9
9
// Here is the expected response:
Original file line number Diff line number Diff line change 4
4
//
5
5
// This example shows how to implement an HTTP server that sends JSON document
6
6
// in the responses.
7
- // It uses the Ethernet library but can be easily adapter for Wifi.
7
+ // It uses the Ethernet library but can be easily adapted for Wifi.
8
8
//
9
9
// It sends the value of the analog and digital pins.
10
10
// The JSON document looks like the following:
Original file line number Diff line number Diff line change 2
2
// Copyright Benoit Blanchon 2014-2017
3
3
// MIT License
4
4
//
5
- // This example shows how to JSON document to a UDP socket.
5
+ // This example shows how to send a JSON document to a UDP socket.
6
6
// At regular interval, it sends a UDP packet that contains the status of
7
7
// analog and digital pins.
8
8
// The JSON document looks like the following:
You can’t perform that action at this time.
0 commit comments