|
d02ce2f1bb
|
Gathered the tests of ElementProxy in one file
|
2020-10-22 09:37:05 +02:00 |
|
|
2664a2d0da
|
Fixed error "ambiguous overload for operator|" (fixes #1411)
|
2020-10-22 09:30:31 +02:00 |
|
|
712005219c
|
Added filtering for MessagePack (closes #1298, closes #1394)
|
2020-10-13 09:40:39 +02:00 |
|
|
f3f44d7812
|
Renamed StdStringAdapter to StlStringAdapter (internal use only)
|
2020-10-01 10:01:33 +02:00 |
|
|
8385d5fa3a
|
Added wildcard key (* ) for filters (closes #1309)
|
2020-09-28 21:11:38 +02:00 |
|
|
726f8be341
|
Added operator|(JsonVariantConst, JsonVariantConst)
|
2020-09-26 14:48:17 +02:00 |
|
|
fee029b86e
|
Moved float tables to PROGMEM
|
2020-09-19 16:12:49 +02:00 |
|
|
c3504ddf0a
|
Added tests for DeserializationError::f_str()
|
2020-09-18 19:06:21 +02:00 |
|
|
6a878ee444
|
Fixed error "No such file or directory WString.h" (fixes #1381)
|
2020-09-16 10:29:20 +02:00 |
|
|
c4ec2ba88f
|
Added DeserializationError::f_str() (issue #846)
|
2020-09-14 18:40:00 +02:00 |
|
|
c907ca6e5d
|
Added DeserializationError::EmptyInput
|
2020-09-13 10:27:29 +02:00 |
|
|
d04669d0cc
|
Fixed result of JsonVariant::set((char*)0) (fixes #1368)
|
2020-09-05 17:33:47 +02:00 |
|
|
8d37939086
|
Added JsonDocument::overflowed() (closes #1358)
|
2020-09-05 13:44:40 +02:00 |
|
|
6d2ad4539f
|
Simplified the implementation of parseNumber()
|
2020-09-04 09:23:40 +02:00 |
|
|
35a39b8d8f
|
Fixed deserializeJson() that stopped reading after {} (fixes #1335)
|
2020-08-04 09:52:42 +02:00 |
|
|
6841b80466
|
Added JsonString::operator!=
|
2020-07-31 14:02:20 +02:00 |
|
|
4d7f03836c
|
Added a test that removes an element during iteration (#1332)
|
2020-07-30 09:20:31 +02:00 |
|
|
824b7a25ca
|
Reduced stack usage when compiled with -Og (issue #1210)
This saves 96 bytes on ESP8266
|
2020-07-26 12:25:13 +02:00 |
|
|
4df29fbac1
|
Fixed "linked" strings incorrectly marked as "owned" (fixes #1318)
|
2020-07-24 22:25:56 +02:00 |
|
|
6dc36125c2
|
Added ElementProxy::getOrAddElement() (fixes #1311)
|
2020-07-23 10:58:47 +02:00 |
|
|
40085609e2
|
Fixed copyArray() not working with MemberProxy and ElementProxy
|
2020-07-22 21:08:18 +02:00 |
|
|
ebb6d80092
|
Fixed copyArray() not working with String
|
2020-07-22 20:02:33 +02:00 |
|
|
764ff2cd53
|
Added string deduplication (closes #1303)
|
2020-07-21 20:15:31 +02:00 |
|
|
1600d39693
|
Refactored StringBuilder into StringStorage
|
2020-07-11 17:51:45 +02:00 |
|
|
04c59985a1
|
Inverted dependency between MemoryPool and string adapters.
Inserted a null after each raw string in the pool.
|
2020-07-08 09:38:27 +02:00 |
|
|
7e58347fbe
|
Added comparisons between JsonVariant s
|
2020-07-02 15:28:34 +02:00 |
|
|
f7de027617
|
Break build if using 64-bit integers with ARDUINOJSON_USE_LONG_LONG==0
|
2020-05-14 10:25:10 +02:00 |
|
|
bc4c2dde33
|
Moved failing builds to a dedicated folder
|
2020-05-12 18:11:55 +02:00 |
|
|
95f05dad66
|
Added JsonVariant as an input type for deserializeXxx()
|
2020-05-05 13:16:32 +02:00 |
|
|
3bb0a7aa8e
|
Added support for enum s in as<T>() and is<T>() (fixes #1256)
|
2020-05-04 11:13:06 +02:00 |
|
|
dcf7eeef28
|
CMake: used link_libraries() instead of target_link_libraries()
|
2020-05-03 10:25:38 +02:00 |
|
|
3b923b6e4e
|
Added support for JsonDocument to copyArray() (issue #1255)
|
2020-05-02 10:00:08 +02:00 |
|
|
8050f7404b
|
CMake: gathered all build flags in a dedicated file
|
2020-04-28 16:02:59 +02:00 |
|
|
959b1d9e4c
|
Fixed error C2766 with flag /Zc:__cplusplus on VS2017+ (fixes #1250)
|
2020-04-28 16:02:38 +02:00 |
|
|
67e78f0751
|
Disabled alignment on AVR (fixes #1231)
|
2020-04-08 11:16:22 +02:00 |
|
|
1791dccbf2
|
Added CMake "install" target (closes #1209)
|
2020-04-07 21:43:10 +02:00 |
|
|
9cb0ddb5e7
|
Removed the copy-constructor of JsonDocument (issue #1189)
|
2020-03-05 13:46:45 +01:00 |
|
|
735bea1f47
|
Added StaticJsonDocument::garbageCollect()
|
2020-03-02 14:50:16 +01:00 |
|
|
0853b04589
|
Changed BasicJsonDocument's copy-constructor to copy the capacity
|
2020-03-02 12:39:29 +01:00 |
|
|
c1b3705df1
|
Added BasicJsonDocument::garbageCollect() (issue #1195)
|
2020-03-01 18:01:55 +01:00 |
|
|
2540b4e01b
|
Added move-constructor and move-assignment to BasicJsonDocument
|
2020-03-01 17:24:29 +01:00 |
|
|
2641697e0b
|
Fixed incorrect string comparison on some platforms (fixes #1198)
|
2020-02-27 11:44:09 +01:00 |
|
|
2996503b27
|
Fixed enums serialized as booleans (fixes #1197)
|
2020-02-26 16:16:20 +01:00 |
|
|
0214c9bcad
|
Improved coverage of JsonObject
|
2020-02-23 13:03:14 +01:00 |
|
|
a471aed6db
|
Improved coverage of JsonObject
|
2020-02-22 14:17:10 +01:00 |
|
|
af0edecddb
|
Fixed MemberProxy::set(char[]) not duplicating the string (fixes #1191)
|
2020-02-22 12:06:39 +01:00 |
|
|
300323cfd7
|
Improved coverage of JsonArray
|
2020-02-20 09:18:10 +01:00 |
|
|
d8724e0a0b
|
Changed the array subscript to automatically add missing elements
|
2020-02-20 08:59:25 +01:00 |
|
|
0001dabfd1
|
Improved coverage of MemoryPool
|
2020-02-19 17:27:04 +01:00 |
|
|
ad78001241
|
Removed useless null checks
|
2020-02-19 17:22:23 +01:00 |
|