|
e633292df1
|
Replaced JsonDocument::nestingLimit with a param to deserializeJson()
|
2019-01-19 14:45:16 +01:00 |
|
|
9ac2ac303c
|
Removed default capacity of DynamicJsonDocument
|
2019-01-14 10:32:19 +01:00 |
|
|
4592f23260
|
Merged MsgPackError and JsonError into DeserializationError.
Return NotSupported if the JSON input contains "\u".
|
2018-05-15 18:23:09 +02:00 |
|
|
4c9c047ddf
|
Made nestingLimit a member of the document
|
2018-04-18 21:42:30 +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 |
|