Benoit Blanchon
|
87fa87d87b
|
Renamed function RawJson() to serialized()
|
2018-07-12 09:08:20 +02:00 |
|
Benoit Blanchon
|
b105e6f7c4
|
Return JsonArray and JsonObject by value (closes #309)
|
2018-07-02 09:35:21 +02:00 |
|
Benoit Blanchon
|
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 |
|
Benoit Blanchon
|
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 |
|
Benoit Blanchon
|
e92612b511
|
Changed the rules of string duplication (fixes #658)
|
2018-01-14 13:46:28 +01:00 |
|