|
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 |
|
|
782b178f4e
|
Fixed warnings in Visual Studio
|
2014-11-04 19:53:13 +01:00 |
|
|
289b5333d6
|
Improved test printers
|
2014-11-04 13:06:47 +01:00 |
|
|
e5669577df
|
Added JsonVariant::operator[](const char*)
|
2014-11-04 10:30:45 +01:00 |
|
|
97768ec176
|
Added JsonVariant::operator[](int)
|
2014-11-04 10:22:13 +01:00 |
|
|
e25eaed75a
|
Cleaned #includes
|
2014-11-04 10:01:21 +01:00 |
|
|
09f6d059a7
|
Renamed JsonValue to JsonVariant
|
2014-11-04 09:51:25 +01:00 |
|
|
d9cc259df3
|
Added declaration for placement new because it was not available in Arduino
|
2014-11-03 21:29:19 +01:00 |
|
|
bb816037d6
|
Minor change
|
2014-11-03 18:29:52 +01:00 |
|
|
04cde11a04
|
Now use uint8_t to store decimal count
|
2014-11-03 18:28:24 +01:00 |
|
|
2f8fde6772
|
Added ReferenceType::operator!=()
|
2014-11-03 18:25:17 +01:00 |
|
|
f224408c07
|
Added tests of comparison operators
|
2014-11-03 18:23:39 +01:00 |
|
|
f9ea82a2af
|
Added many tests storing values in JsonValue
|
2014-11-03 17:50:01 +01:00 |
|
|
1ce6d663af
|
Replaced 0 literals by more explicit '\0' and NULL
|
2014-11-03 17:03:55 +01:00 |
|
|
7cdf7b1769
|
Added equality operator
|
2014-11-03 14:37:50 +01:00 |
|
|
429d5011b4
|
Made it possible to use const JsonObject&
|
2014-11-03 14:33:33 +01:00 |
|
|
54f9bd9572
|
Simplified JsonWriter hierarchy
|
2014-11-03 12:58:52 +01:00 |
|
|
2a60c96baf
|
Removed virtuals from JsonWriter hierarchy
|
2014-11-03 12:51:24 +01:00 |
|
|
f26f4263ea
|
Removing virtual methods...
|
2014-11-03 12:32:47 +01:00 |
|
|
507f809da0
|
Merge branch 'merge-parser-and-generator' of github.com:bblanchon/ArduinoJson into merge-parser-and-generator
|
2014-11-03 11:46:49 +01:00 |
|
|
fead9b50b1
|
Fixed bug in parser when "null", "true" or "false" is mispelled
|
2014-10-31 21:08:04 +01:00 |
|
|
d35b680481
|
Removed ForwardDeclarations.hpp
|
2014-10-31 12:27:33 +01:00 |
|
|
ca0fbf00f9
|
Cleaning up...
|
2014-10-31 12:16:32 +01:00 |
|
|
5443e90baf
|
Cleaning up...
|
2014-10-31 12:02:15 +01:00 |
|
|
a5dbb397ca
|
Fixed failing test with clang
|
2014-10-31 11:38:58 +01:00 |
|
|
889f059758
|
All tests passed!
|
2014-10-30 21:51:59 +01:00 |
|
|
45a8ed6531
|
Huge refactoring in progress...
|
2014-10-30 15:31:27 +01:00 |
|
|
4c204840e9
|
Huge refactoring in progress...
|
2014-10-30 14:03:33 +01:00 |
|
|
c3001e9ea9
|
Huge refactoring in progress...
|
2014-10-30 10:49:02 +01:00 |
|
|
5cf744dbac
|
Huge refactoring in progress...
|
2014-10-29 21:18:27 +01:00 |
|
|
ba2b142c8a
|
Huge refactoring in progress...
|
2014-10-29 14:24:34 +01:00 |
|
|
10ab95522d
|
Epic refactoring in progress
|
2014-10-28 17:58:46 +01:00 |
|
|
61218f12fd
|
Epic refactoring in progress...
|
2014-10-28 16:29:55 +01:00 |
|
|
852256c1af
|
Epic refactoring int progress...
|
2014-10-27 22:50:50 +01:00 |
|
|
8988cb4761
|
Epic refactoring in progress...
|
2014-10-27 14:03:44 +01:00 |
|
|
e0980292ef
|
Epic refactoring in progress
|
2014-10-26 21:18:09 +01:00 |
|
|
cdf3777aa8
|
Removed unused friend
|
2014-10-25 21:02:56 +02:00 |
|
|
618a54579f
|
Simplified JsonArray
|
2014-10-25 21:02:13 +02:00 |
|
|
9f69fabe20
|
Cleaned JsonNodeWrapper
|
2014-10-25 16:11:04 +02:00 |
|