|
7cf6fe6d62
|
Fixed return type of JsonArray::is<T>() and some others (issue #121)
|
2015-09-19 16:25:18 +02:00 |
|
|
5a4d993f7d
|
Fixed memory alignment, which made ESP8266 crash (issue #104)
|
2015-09-01 22:21:50 +02:00 |
|
|
823a172681
|
Fixed segmentation fault in StaticJsonBuffer (issue #104)
|
2015-08-29 22:51:17 +02:00 |
|
|
a1943e21ed
|
Fixed compilation on Visual Studio 2010 and 2012 (issue #107)
|
2015-08-27 21:47:49 +02:00 |
|
|
39c506b419
|
Reduced generator size. Fixed Visual Studio warnings
|
2015-08-19 16:08:19 +02:00 |
|
|
ef2641b49b
|
Store parsed token as string and allow conversion between various types (issues #64, #69, #90, #93)
|
2015-08-10 17:22:22 +02:00 |
|
|
601b51890f
|
Fixed segmentation fault in when memory allocation fails (issue #92)
|
2015-08-01 16:57:29 +02:00 |
|
|
2524a00a96
|
Fixed segmentation fault in DynamicJsonBuffer when memory allocation fails (issue #92)
|
2015-08-01 16:31:59 +02:00 |
|
|
e31d667bec
|
Added support of comments in JSON input (issue #88)
|
2015-07-27 22:18:54 +02:00 |
|
|
c161f698fc
|
Implicitly duplicate String in the JsonBuffer (issue #84, #87)
|
2015-07-25 15:38:12 +02:00 |
|
|
92e687303d
|
Added support of non standard JSON input (issue #44)
|
2015-07-10 22:11:26 +02:00 |
|
|
5e7b9ec688
|
Fix buffer overflow (pull request #81)
|
2015-06-10 21:33:20 +02:00 |
|
|
1b5be892b9
|
Added support of String class (issue #55, #56, #70, #77)
|
2015-05-25 15:38:58 +02:00 |
|
|
756c279cdc
|
Redesigned JsonVariant to leverage converting constructors instead of assignment operators
|
2015-05-23 15:32:50 +02:00 |
|
|
08d05df00e
|
Added JsonPrintable::measureLength() (issue #75)
|
2015-05-09 16:53:48 +02:00 |
|
|
0eff567910
|
Added JsonArray::removeAt() (issue #58)
|
2015-05-02 15:16:18 +02:00 |
|
|
81285f49fe
|
Fixed issue #68
|
2015-04-27 15:57:40 +02:00 |
|
|
877096d49d
|
Fixed issue #67
|
2015-04-23 21:27:58 +02:00 |
|
|
bfe60243a4
|
Fixed issue #65
|
2015-04-18 15:37:15 +02:00 |
|
|
5e5f060fc0
|
Updated copyright for 2015
|
2015-02-07 16:05:48 +01:00 |
|
|
80913b8044
|
Fixed Visual Studio's warnings
|
2015-02-07 15:05:46 +01:00 |
|
|
e8c127a894
|
Fixed memory leak in test fixture
|
2014-12-20 19:19:48 +01:00 |
|
|
aef7e43c48
|
Use DynamicJsonBuffer instead of arbitrary sized StaticJsonBuffer
|
2014-12-20 15:42:43 +01:00 |
|
|
d855b0f98c
|
Test object allocation with DynamicJsonBuffer
|
2014-12-20 15:16:06 +01:00 |
|
|
c32e306be9
|
Test DynamicJsonBuffer behavior with arrays
|
2014-12-14 17:57:44 +01:00 |
|
|
13e907c894
|
Test that DynamicJsonBuffer.size() is the sum of all blocks
|
2014-12-13 21:02:42 +01:00 |
|
|
d19a34152f
|
Test that DynamicJsonBuffer.blockCount() increases as expected
|
2014-12-13 20:52:59 +01:00 |
|
|
19cce08b2b
|
Test initial value of DynamicJsonBuffer.blockCount()
|
2014-12-13 20:22:52 +01:00 |
|
|
3cd6f66067
|
Test that DynamicJsonBuffer can't alloc more than BLOCK_CAPACITY
|
2014-12-13 10:13:24 +01:00 |
|
|
ada588c112
|
Test that DynamicJsonBuffer returns a different pointer after each alloc()
|
2014-12-13 10:03:01 +01:00 |
|
|
0d57fe5a7e
|
Test that DynamicJsonBuffer grows after each alloc
|
2014-12-13 09:54:04 +01:00 |
|
|
5a74beb7e2
|
Test initial size() of DynamicJsonBuffer
|
2014-12-11 21:05:45 +01:00 |
|
|
9ca32e664e
|
Added unit tests for issue #34
|
2014-12-08 20:22:01 +01:00 |
|
|
566b76121a
|
Fix test of ListConstIterator
|
2014-12-05 22:28:37 +01:00 |
|
|
bb8bddc758
|
Test const itertor
|
2014-12-05 22:11:45 +01:00 |
|
|
9eb8842dda
|
Test operator*()
|
2014-12-05 21:54:49 +01:00 |
|
|
97558abc29
|
Test with a missing closing quote
|
2014-12-05 21:46:51 +01:00 |
|
|
95eb16233c
|
Added tests of JsonArray::invalid() and JsonObject::invalid()
|
2014-11-22 18:52:46 +01:00 |
|
|
c296f27640
|
Disabled threading in googletest
|
2014-11-15 15:09:48 +01:00 |
|
|
3b77dbbed7
|
Fixed warnings in Visual Studio
|
2014-11-11 18:18:26 +01:00 |
|
|
88bfaac7e6
|
Changed expected output from "0.0" to "0.00"
|
2014-11-11 17:33:54 +01:00 |
|
|
3c51017e4a
|
Added tests fo JsonVariant::printTo()
|
2014-11-11 17:26:51 +01:00 |
|
|
f6f8a63b99
|
Added a header to simplify library usage
|
2014-11-11 16:56:02 +01:00 |
|
|
e0ce711eb4
|
Fixed cpplint warnings
|
2014-11-11 16:43:35 +01:00 |
|
|
1c450fd3aa
|
Fixed floating point value parsing in the form "4e2" or "4E2".
|
2014-11-08 15:56:40 +01:00 |
|
|
d38131d495
|
Added JsonObject::containsKey()
|
2014-11-07 17:27:30 +01:00 |
|
|
a7b78fadb0
|
Removed StaticJsonBuffer.clear()
|
2014-11-06 17:08:42 +01:00 |
|
|
7b8aba46cc
|
Fixed compilartion error
|
2014-11-06 16:08:15 +01:00 |
|
|
ac9b776aa1
|
Fixed remaining cpplint warnings
|
2014-11-06 14:08:53 +01:00 |
|
|
a3425a6306
|
Added a nesting limit to the parser to prevent stack overflow that could be a security issue
|
2014-11-06 10:24:37 +01:00 |
|