|
0911d8d796
|
Fixed cpplint warnings
|
2014-11-11 16:41:45 +01:00 |
|
|
99e5ff78f3
|
Removed empty document
|
2014-11-11 15:17:20 +01:00 |
|
|
5236de1433
|
Added memory usage
|
2014-11-11 14:46:23 +01:00 |
|
|
0c9451fd5f
|
Updated for v4.0
|
2014-11-11 14:26:57 +01:00 |
|
|
dfac1cf71a
|
Updated for v4.0
|
2014-11-11 14:11:49 +01:00 |
|
|
1e20e6ef77
|
Renamed file
|
2014-11-11 14:11:40 +01:00 |
|
|
a7b366e74f
|
Updated for v4.0
|
2014-11-11 14:05:54 +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 |
|
|
12e374d0da
|
Reduced size by 2 bytes
|
2014-11-08 21:37:02 +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 |
|
|
e94089ca56
|
Reduced size by 52 bytes by inlining createNode()
|
2014-11-08 21:16:47 +01:00 |
|
|
dc1d0ca698
|
Added #include <ListNode.hpp>
|
2014-11-08 21:16:14 +01:00 |
|
|
627d85ce23
|
Added #pragma once
|
2014-11-08 21:15:34 +01:00 |
|
|
f6133f2d36
|
Reduced size by 300 bytes by reusing the JsonPrettyPrint from v3
|
2014-11-08 19:40:07 +01:00 |
|
|
d8dbfe6e6d
|
Reduced size by 706 bytes by removing virtual destructors.
|
2014-11-08 17:13:41 +01:00 |
|
|
1c450fd3aa
|
Fixed floating point value parsing in the form "4e2" or "4E2".
|
2014-11-08 15:56:40 +01:00 |
|
|
2e47d546b2
|
Writing documentation...
|
2014-11-08 15:48:51 +01:00 |
|
|
01f13c1b11
|
Writing documentation...
|
2014-11-07 22:12:40 +01:00 |
|
|
9dc7c2a031
|
Writing documentation...
|
2014-11-07 21:41:42 +01:00 |
|
|
fe779dace4
|
Writing documentation...
|
2014-11-07 20:14:09 +01:00 |
|
|
6eef52cc9c
|
Writing documentation...
|
2014-11-07 18:21:34 +01:00 |
|
|
d38131d495
|
Added JsonObject::containsKey()
|
2014-11-07 17:27:30 +01:00 |
|
|
b4b475d692
|
Simplified generator example
|
2014-11-07 16:23:21 +01:00 |
|
|
fe17706b6c
|
Writing documentation...
|
2014-11-07 16:18:19 +01:00 |
|
|
d7bad3d70b
|
Added flag -fno-exceptions
|
2014-11-07 13:31:55 +01:00 |
|
|
5a56ec0636
|
Renamed writeInteger to writeLong to be more consistent
|
2014-11-07 13:27:42 +01:00 |
|
|
35a95f00d9
|
Inlined the content of JsonWriter.cpp
|
2014-11-07 13:23:11 +01:00 |
|
|
93397880ca
|
Fixed compilation error with old GCC version (like the one in Arduino 1.0.6)
|
2014-11-07 12:12:58 +01:00 |
|
|
8c4c3d8fda
|
Fixed warning with GCC
|
2014-11-07 11:59:07 +01:00 |
|
|
49025d322f
|
Fixed warning in GCC
|
2014-11-07 11:52:18 +01:00 |
|
|
9d2ee6ce63
|
Fixed creation of JsonVariant::_invalid
|
2014-11-07 11:45:28 +01:00 |
|
|
70aabca0f7
|
Remove diagnostic lines
|
2014-11-07 11:28:04 +01:00 |
|
|
dfd59f644b
|
Added comments
|
2014-11-07 09:35:53 +01:00 |
|
|
ee520d1ff5
|
Cleaned parseArray()
|
2014-11-07 09:30:00 +01:00 |
|
|
ee580f1968
|
Removed comment line
|
2014-11-07 09:21:07 +01:00 |
|
|
5179aa0d4f
|
Cleaned parseObject()
|
2014-11-07 09:20:48 +01:00 |
|
|
a7b78fadb0
|
Removed StaticJsonBuffer.clear()
|
2014-11-06 17:08:42 +01:00 |
|
|
d94bcbf249
|
Added comments
|
2014-11-06 16:58:24 +01:00 |
|
|
086e99efb4
|
Added comment
|
2014-11-06 16:29:29 +01:00 |
|
|
7b8aba46cc
|
Fixed compilartion error
|
2014-11-06 16:08:15 +01:00 |
|
|
579c9359df
|
Added comments
|
2014-11-06 16:08:06 +01:00 |
|
|
885e35e892
|
Added comments
|
2014-11-06 14:48:14 +01:00 |
|
|
e7864c9566
|
Use Print& instead of Print*
|
2014-11-06 14:29:29 +01:00 |
|
|
6e67bc442f
|
Added comments
|
2014-11-06 14:27:14 +01:00 |
|
|
ac9b776aa1
|
Fixed remaining cpplint warnings
|
2014-11-06 14:08:53 +01:00 |
|
|
d8e595907b
|
Muted runtime/references
|
2014-11-06 13:59:38 +01:00 |
|
|
1e02fabdec
|
Simplified JsonWriter and PrettyJsonWriter
|
2014-11-06 13:52:33 +01:00 |
|
|
79bfe731af
|
Added comments
|
2014-11-06 13:42:16 +01:00 |
|