6d290bd001
Fixed duplication of char*
2018-08-22 14:37:17 +02:00
9cbc891816
Implemented reference semantics for JsonVariant
2018-08-21 17:56:16 +02:00
037f90aada
Disabled lazy number deserialization ( fixes #772 )
2018-07-04 12:02:58 +02:00
fc2e3a4ab3
Added serializeMsgPack()
and measureMsgPack()
( closes #358 )
2018-05-29 08:31:39 +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
cb723840d9
Added deserializeMsgPack()
(issue #358 )
2018-04-10 17:43:27 +02:00
83d73c93f7
Replaced printTo()
with serializeJson()
...
* Added `serializeJson()` and `serializeJsonPretty()`
* Added `measureJson()` and `measureJsonPretty()`
* Removed `printTo()` and `prettyPrintTo()`
* Removed `measureLength()` and `measurePrettyLength()`
2018-03-01 09:24:58 +01:00
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
5c33fd4b94
Set copyright year to 2018
2018-01-05 09:20:01 +01:00
221c2861fc
Changed all links to point to arduinojson.org
2017-11-07 20:42:50 +01:00
abfd3997eb
Fixed "constant exceeds range of float [-Woverflow]" (issue #544 )
2017-07-09 15:24:58 +02:00
cc66618e70
Fixed error forming reference to reference
(issue #495 )
2017-05-04 21:58:28 +02:00
024976cda2
Renamed folder include/
to src/
(issue #461 )
2017-04-20 10:26:40 +02:00
df541a2a22
Changed unit testing framework from Google Test to Catch
2017-04-18 18:22:24 +02:00
71edcaf20f
Split unit test into several executables
2017-04-10 15:36:59 +02:00
ac89d91db5
Organized test files in subfolders
2017-04-10 14:32:45 +02:00
adba668109
Updated project URL
2017-03-25 22:05:06 +01:00
671329a3e9
Updated copyright year from 2016 to 2017
2017-01-06 21:07:34 +01:00
b923e8f4df
Travis: Added Clang AddressSanitizer and UndefinedBehaviorSanitizer
2017-01-01 21:29:38 +01:00
deb57b960b
Fixed parser that incorrectly rejected floats containing a +
(issue #349 )
2016-09-19 10:08:14 +02:00
ffb9b6d1ba
Fixed JsonVariant::success()
which didn't propagate JsonArray::success()
nor JsonObject::success()
(issue #342 ).
2016-08-29 20:54:39 +02:00
409ca7ee4e
Fixed -Wparentheses
warning introduced in v5.6.5 (PR #335 by @nuket)
2016-08-17 20:37:44 +02:00
8c7edbd9c3
ArduinoJson is now a header-only library (issue #199 )
2016-06-22 21:41:19 +02:00
8733f95e51
Added support of long long
(issue #171 )
...
Moved all build settings to `ArduinoJson/Configuration.hpp`
Added AppVeyor settings in source tree
2016-02-14 16:18:13 +01:00
b6d8e6c989
Updated copyright year from 2015 to 2016
2016-01-07 22:39:57 +01:00
96245dd3b4
Made library easier to use from a CMake project: simply add_subdirectory(ArduinoJson/src)
2015-11-19 21:53:27 +01:00
a1943e21ed
Fixed compilation on Visual Studio 2010 and 2012 (issue #107 )
2015-08-27 21:47:49 +02:00
92e687303d
Added support of non standard JSON input (issue #44 )
2015-07-10 22:11:26 +02:00
c296f27640
Disabled threading in googletest
2014-11-15 15:09:48 +01:00
1f6cd8e56e
Removed usages of JsonNodeIterator
2014-10-24 18:31:50 +02:00
e3b4f5038d
Fixed path of test exe
2014-10-23 23:22:26 +02:00
b847576bb4
Renamed tests/ into test/
2014-10-16 16:23:24 +02:00