|
4181de119c
|
Detect IncompleteInput in false , true , and null
|
2019-02-18 16:18:11 +01:00 |
|
|
56bf24e1ec
|
Fixed JsonVariant::isNull() not returning true after set((char*)0)
|
2019-02-18 16:04:51 +01:00 |
|
|
c3f71c1a99
|
Updated copyright year to 2019
|
2019-02-15 13:32:04 +01:00 |
|
|
7050ef675d
|
Decode escaped Unicode characters like \u00DE (issue #304, PR #791)
|
2019-02-15 13:29:30 +01:00 |
|
|
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 |
|
|
0a97d4c825
|
Added DeserializationError::code() to be used in switch statements (closes #846)
|
2018-11-13 14:31:53 +01:00 |
|
|
720e6548c7
|
Replacing a value now releases the memory
|
2018-11-12 18:28:34 +01:00 |
|
|
f375459d53
|
JsonArray::remove() and JsonObject::remove() now release the memory of strings
|
2018-11-09 18:20:57 +01:00 |
|
|
527dc19794
|
Allow mixed configuration in compilation units (issue #809)
|
2018-10-02 16:54:05 +02:00 |
|
|
98c8e8e35a
|
Added a test for issue #808
|
2018-09-11 16:21:30 +02:00 |
|
|
2998a55f0b
|
Renamed JsonBuffer to MemoryPool
|
2018-09-03 16:14:21 +02:00 |
|
|
6d290bd001
|
Fixed duplication of char*
|
2018-08-22 14:37:17 +02:00 |
|
|
6bb17d5896
|
Checked that issue issue #628 is fixed
|
2018-07-12 10:33:56 +02:00 |
|
|
037f90aada
|
Disabled lazy number deserialization (fixes #772)
|
2018-07-04 12:02:58 +02:00 |
|
|
b105e6f7c4
|
Return JsonArray and JsonObject by value (closes #309)
|
2018-07-02 09:35:21 +02:00 |
|
|
fc2e3a4ab3
|
Added serializeMsgPack() and measureMsgPack() (closes #358)
|
2018-05-29 08:31:39 +02:00 |
|
|
4592f23260
|
Merged MsgPackError and JsonError into DeserializationError.
Return NotSupported if the JSON input contains "\u".
|
2018-05-15 18:23:09 +02:00 |
|
|
ccb54136a2
|
Added support for non zero-terminated strings (fixes #704)
|
2018-05-14 17:12:59 +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 |
|