|
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 |
|
|
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 |
|
|
d38131d495
|
Added JsonObject::containsKey()
|
2014-11-07 17:27:30 +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 |
|
|
9d2ee6ce63
|
Fixed creation of JsonVariant::_invalid
|
2014-11-07 11:45:28 +01:00 |
|
|
ee580f1968
|
Removed comment line
|
2014-11-07 09:21:07 +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 |
|
|
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 |
|
|
1e02fabdec
|
Simplified JsonWriter and PrettyJsonWriter
|
2014-11-06 13:52:33 +01:00 |
|
|
79bfe731af
|
Added comments
|
2014-11-06 13:42:16 +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 |
|
|
f360cc664c
|
Added empty line at end of file
|
2014-11-06 09:28:28 +01:00 |
|
|
342b079133
|
Rename Node into ListNode
|
2014-11-05 13:14:15 +01:00 |
|
|
8138c64116
|
Renamed NodeIterator into ListIterator
|
2014-11-05 13:12:20 +01:00 |
|
|
64b4e15ce6
|
Added tests of JsonObject::const_iterator
|
2014-11-05 13:10:22 +01:00 |
|
|
e722fc50b1
|
Delete Printable interface because it's not used anymore
|
2014-11-05 12:51:22 +01:00 |
|
|
a9f4f611d4
|
Extracting a common base class for JsonArray and JsonObject...
|
2014-11-05 11:53:08 +01:00 |
|
|
0fb4fa8f86
|
Extracting a common base class for JsonArray and JsonObject...
|
2014-11-05 11:43:59 +01:00 |
|
|
7d73e63c78
|
Extracting a common base class for JsonArray and JsonObject...
|
2014-11-05 11:38:36 +01:00 |
|
|
ebb591ef28
|
Extracting a common base class for JsonArray and JsonObject...
|
2014-11-05 11:28:19 +01:00 |
|
|
31dea656d5
|
Splitted JsonIterator into NodeIterator and NodeConstIterator
|
2014-11-05 11:16:36 +01:00 |
|
|
768312e870
|
Merged JsonArrayNode and JsonObjectNode into a single template
|
2014-11-05 11:09:48 +01:00 |
|
|
5d0e326bfd
|
Removed JsonPair constructor
|
2014-11-05 09:31:29 +01:00 |
|
|
8ac4346fd5
|
Replaced JsonObjectIterator and JsonObjectConstIterator by a template
|
2014-11-05 09:27:03 +01:00 |
|
|
bafec6f1a3
|
Unified JsonArrayNode and JsonObjectNode
|
2014-11-05 09:24:15 +01:00 |
|
|
c6d11294e4
|
Replaced JsonArrayIterator and JsonArrayConstIterator by a template
|
2014-11-05 09:04:26 +01:00 |
|
|
6ce2497879
|
Move JsonPrintable into Internals/
|
2014-11-05 08:53:41 +01:00 |
|