|
ba3617c22f
|
Added parameter to DynamicJsonBuffer constructor to set initial size (issue #152)
|
2015-11-09 21:37:40 +01:00 |
|
|
c0cf9c3fcc
|
Use float instead of double to reduce the size of JsonVariant (issue #134)
|
2015-10-30 23:03:16 +01:00 |
|
|
9f3ce18f06
|
Add overload JsonObjectSuscript::set(value, decimals) (issue #143)
|
2015-10-30 22:29:47 +01:00 |
|
|
c6a4bfa886
|
Fixed ambiguous overload with JsonArraySubscript and JsonObjectSubscript (issue #122)
|
2015-09-28 22:14:50 +02:00 |
|
|
7cf6fe6d62
|
Fixed return type of JsonArray::is<T>() and some others (issue #121)
|
2015-09-19 16:25:18 +02:00 |
|
|
155dd653e7
|
Fixed printTo(String) which wrote numbers instead of strings (issue #120)
|
2015-09-19 16:23:09 +02:00 |
|
|
04b8781c8d
|
Fixed GCC warning "declaration shadows a member" (issue #103)
|
2015-09-01 22:26:51 +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 |
|
|
a003a31952
|
Fixed compilation with Arduino 1.0.6 (issue #99)
|
2015-08-24 15:20:40 +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 |
|
|
0aded2a798
|
Reduced code size
|
2015-05-31 14:25:01 +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 |
|
|
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 |
|
|
8db338ba14
|
Removed global new operator overload (issue #40, #45 and #46)
|
2015-02-01 20:59:31 +01:00 |
|
|
dadd8986dc
|
Mute compiler warning (issue #47)
|
2015-01-15 21:05:14 +01:00 |
|
|
8560583ee7
|
Fixed GCC warning
|
2014-12-21 10:52:30 +01:00 |
|
|
2932c4ee43
|
Removed std::nothrow because it's not supported in Arduino
|
2014-12-21 10:46:32 +01:00 |
|
|
c726506b47
|
Added std::nothrow
|
2014-12-20 15:15:41 +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 |
|
|
85ebc8a1ec
|
Fixed shadowing warning (issue #36)
|
2014-12-09 20:23:49 +01:00 |
|
|
562080f22d
|
Added conversion from ListIterator to ListConstIterator
|
2014-12-05 22:28:16 +01:00 |
|
|
f3a84857d9
|
Removed unused function
|
2014-11-22 18:54:40 +01:00 |
|
|
3b77dbbed7
|
Fixed warnings in Visual Studio
|
2014-11-11 18:18:26 +01:00 |
|
|
33f6376122
|
Fixed is<T>()
|
2014-11-11 17:26:13 +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 |
|
|
0911d8d796
|
Fixed cpplint warnings
|
2014-11-11 16:41:45 +01:00 |
|
|
3cfd36a5ce
|
Reduced size by 16 bytes by inlining indent() and unindent()
|
2014-11-09 16:10:30 +01:00 |
|
|
3919f07890
|
Reduced size by 22 bytes by removing writeEmptyArray() and writeEmptyObject()
|
2014-11-09 13:54:03 +01:00 |
|
|
36ee4876c6
|
Reduced sze by 26 bytes by inlining getOrCreateNodeAt()
|
2014-11-08 21:32:30 +01:00 |
|
|
05db56760f
|
Reduced size by 38 bytes by inlining addNode()
|
2014-11-08 21:22:03 +01:00 |
|