|
e4ce75e20c
|
Simplified JsonVariant::as<T>() to always return T
|
2021-03-08 19:33:52 +01:00 |
|
|
3aab36fec2
|
Changed JsonVariantConst::is<JsonArray/JsonObject>() to return false (closes #1412)
|
2021-02-25 19:19:23 +01:00 |
|
|
744d61f6fd
|
Added JsonVariant::is<JsonVariant/JsonVariantConst>() (issue #1412)
|
2021-02-23 08:41:24 +01:00 |
|
|
05498aa178
|
Added JsonVariant::is<JsonVariant>() (issue #1412)
|
2021-02-23 08:39:58 +01:00 |
|
|
b1eb273d5b
|
Added JsonVariant::is<JsonArrayConst/JsonObjectConst>() (issue #1412)
|
2021-02-23 08:33:28 +01:00 |
|
|
8a3f8510d6
|
Simplified tests of JsonVariant::is<T>()
|
2021-02-23 08:27:48 +01:00 |
|
|
5234c8124b
|
Removed JsonVariant::as<char>() (fixes #1498)
|
2021-02-18 08:48:10 +01:00 |
|
|
97b7161d78
|
Update copyright notice for 2021
|
2021-01-25 09:14:15 +01:00 |
|
|
30da920135
|
Fixed invalid conversion in operator|(Variant, char*) (fixes #1432)
|
2020-11-09 09:21:19 +01:00 |
|
|
726f8be341
|
Added operator|(JsonVariantConst, JsonVariantConst)
|
2020-09-26 14:48:17 +02:00 |
|
|
d04669d0cc
|
Fixed result of JsonVariant::set((char*)0) (fixes #1368)
|
2020-09-05 17:33:47 +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 |
|
|
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 |
|
|
1791dccbf2
|
Added CMake "install" target (closes #1209)
|
2020-04-07 21:43:10 +02:00 |
|
|
2996503b27
|
Fixed enums serialized as booleans (fixes #1197)
|
2020-02-26 16:16:20 +01:00 |
|
|
d8724e0a0b
|
Changed the array subscript to automatically add missing elements
|
2020-02-20 08:59:25 +01:00 |
|
|
e6ddfc7afb
|
Fixed static JsonString not being saved by reference
|
2020-02-16 17:34:04 +01:00 |
|
|
94b1c75fd2
|
Added getElement() and getMember() to JsonVariantConst
|
2020-01-27 12:35:32 +01:00 |
|
|
f9cfea244a
|
Updated copyright notice
|
2020-01-09 15:48:38 +01:00 |
|
|
00c391320c
|
Added support for CMake's unity builds
|
2019-12-24 16:42:34 +01:00 |
|
|
b47ac27ac6
|
Moved ancillary files to extras/ (fixes #1011)
|
2019-09-03 15:11:05 +02:00 |
|