f53fc3e06f
Added MessagePack in README
2018-06-04 17:48:10 +02:00
1feb92679d
Added StaticJsonDocument and DynamicJsonDocument.
...
Removed StaticJsonArray and DynamicJsonArray.
Removed StaticJsonObject and DynamicJsonObject.
Removed StaticJsonVariant and DynamicJsonVariant.
2018-04-17 21:27:45 +02:00
83d73c93f7
Replaced printTo()
with serializeJson()
...
* Added `serializeJson()` and `serializeJsonPretty()`
* Added `measureJson()` and `measureJsonPretty()`
* Removed `printTo()` and `prettyPrintTo()`
* Removed `measureLength()` and `measurePrettyLength()`
2018-03-01 09:24:58 +01:00
7a2a64803a
Don't use JsonBuffer to create or parse objects and arrays.
...
* Added DynamicJsonArray and StaticJsonArray
* Added DynamicJsonObject and StaticJsonObject
* Added DynamicJsonVariant and StaticJsonVariant
* Added deserializeJson()
* Removed JsonBuffer::parseArray(), parseObject() and parse()
* Removed JsonBuffer::createArray() and createObject()
2018-02-26 16:05:16 +01:00
fbfdca1de9
Added campaign information in links
2018-01-15 10:22:04 +01:00
c3f51e2980
Updated links to arduinojson.org
2018-01-05 09:17:24 +01:00
36fe6535c4
Reworked the readme
2017-12-15 17:52:13 +01:00
7626db624e
Changed all link to point to HTTPS version
2017-12-11 17:26:50 +01:00
221c2861fc
Changed all links to point to arduinojson.org
2017-11-07 20:42:50 +01:00
66667382e1
Added Alexander Wilms to the list of donators
2017-11-01 09:19:40 +01:00
d6e61cbcda
Added banner with the new logo
2017-10-16 10:21:44 +02:00
5825366fe4
Added Patrick Elliott to the list of donators
2017-10-07 16:33:53 +02:00
a2d055e408
Added Günther Jehle to the list of donators
2017-09-26 09:43:32 +02:00
1782348275
Added Charles Walker to the list of donators
2017-07-06 20:55:05 +02:00
2b9492317b
Added Charles Haynes to the list of donators
2017-06-22 21:56:41 +02:00
98413089f6
Added Google to the list of donators
2017-06-01 20:49:50 +02:00
574c00c096
Added links to the ArduinoJson assistant (issue #513 )
2017-05-27 15:32:12 +02:00
cda05aec04
Removed configurable number of decimal places (issues #288 , #427 and #506 )
2017-05-20 09:06:53 +02:00
01c3166043
Moved testimonials to https://bblanchon.github.io/ArduinoJson/
2017-04-29 17:54:26 +02:00
bf2e3d5669
Updated the list of supported hardware (issue #491 )
2017-04-28 10:28:38 +02:00
e664c1ab05
Set version to 5.8.4
2017-03-26 21:33:12 +02:00
adba668109
Updated project URL
2017-03-25 22:05:06 +01:00
ad972725de
Added a script to build a single file distribution
2017-03-25 21:56:37 +01:00
13409c433a
Added OpenEVSE LLC to the list of donators
2017-02-22 18:15:21 +01:00
2321473c34
Added Prokhoryatov Alexey to the list of donators
2017-02-19 21:01:26 +01:00
db9a76f7c6
Fixed an access violation in DynamicJsonBuffer
when memory allocation fails (issue #433 )
2017-01-31 10:06:40 +01:00
22a2786610
Added Christoph Schmidt to the list of donators
2017-01-24 21:21:05 +01:00
55669e306e
Added support for Stream
(issue #300 )
2017-01-03 22:03:50 +01:00
6cfe2a58eb
Added Doanh Luong to the list of donators
2016-11-25 18:41:33 +01:00
542dff2a08
Added Andrew Melvin to the list of donators
2016-11-15 21:48:40 +01:00
7ad57f1c33
Added Yoeri Kroon to the list of donators
2016-10-27 15:19:13 +02:00
05ea5e04c8
Added Darlington Adibe to the list of donators
2016-08-25 11:40:31 +02:00
10fcca20f8
Added missing #pragma once
(issue #310 )
2016-06-23 21:27:24 +02:00
7fecb36aee
Added Kestutis Liaugminas to the list of donators
2016-06-03 20:16:47 +02:00
657a2ea8d9
Added Jon Williams to the list of donators
2016-05-23 11:02:19 +02:00
bbd515f6f6
Added Nick Koumaris to the list of donators
2016-05-22 14:58:48 +02:00
eab13dc565
Added Martijn van den Burg to the list of donators
2016-05-16 20:35:26 +02:00
36d1bb2f52
Added Charles-Henri Hallard to the list of donator
2016-05-08 20:59:59 +02:00
11500d2ff5
Fixed strange Markdown rendering in README
2016-04-05 10:27:50 +02:00
ba6e8856f2
Added Tweet from @hemalchevli
2016-04-04 22:23:51 +02:00
c8448b0abf
Added Gustavo Donizeti Gini to the list of donators
2016-02-29 09:27:52 +01:00
6ab23bd523
Added RedBearLab BLE Nano to the list of supported platforms
2016-02-17 10:24:37 +01:00
0cfc25d751
Added Johann Stieger to the list of donators
2016-01-07 22:40:12 +01:00
ab2502f7b8
Fix misspelled PlatformIO
2015-12-23 14:42:22 +01:00
bd0ea42277
Added a badge with the number of stars
2015-11-25 21:22:49 +01:00
6d68806633
Added donators list
2015-11-09 22:55:29 +01:00
c0cf9c3fcc
Use float
instead of double
to reduce the size of JsonVariant
(issue #134 )
2015-10-30 23:03:16 +01:00
9f3ce18f06
Add overload JsonObjectSuscript::set(value, decimals)
(issue #143 )
2015-10-30 22:29:47 +01:00
929f608f2f
Added list of supported platforms
2015-09-29 21:49:19 +02:00
ffbaebd198
Added testimonials from Reddit users erm_what_ and makerhacks
2015-09-06 22:11:53 +02:00