|
b2e2556ef6
|
Removed Visual Studio project files
|
2014-10-14 12:22:17 +02:00 |
|
|
8f74e4e44e
|
Splitted CMakeLists.txt
|
2014-10-14 11:01:50 +02:00 |
|
|
be891daa5a
|
Added CMakeLists.txt
|
2014-10-14 09:52:04 +02:00 |
|
|
95a2d6714e
|
Fix minor issues for GCC
|
2014-10-14 09:50:58 +02:00 |
|
|
3ce5e53323
|
Removed duplicate code of v3
|
2014-10-13 21:27:56 +02:00 |
|
|
f8c3cdf2ff
|
Fixed mistakes in the tests
|
2014-10-13 21:03:32 +02:00 |
|
|
88aed98447
|
Fixed JsonContainer::operator==
|
2014-10-13 21:01:11 +02:00 |
|
|
3ae90b66c6
|
Added tested for createNestedArray() and createNestedObject()
|
2014-10-13 18:12:23 +02:00 |
|
|
10c0a8ba70
|
Ported tests of issue #10
|
2014-10-13 17:56:16 +02:00 |
|
|
d192a14e2e
|
Fixed compiler warning
|
2014-10-11 16:59:16 +02:00 |
|
|
b49aa22c65
|
Replaced non-const references by pointer to follow Google style guide
|
2014-10-11 16:58:24 +02:00 |
|
|
35eaa55b3a
|
Added JSON_PROXY to copy arrays and objects by reference
|
2014-10-09 18:20:40 +02:00 |
|
|
bf2d726746
|
Minor changes
|
2014-10-09 14:48:55 +02:00 |
|
|
0dce0022d3
|
Made JsonNodeType private
|
2014-10-09 14:31:25 +02:00 |
|
|
1bff34a204
|
Made JsonNode::next private
|
2014-10-09 14:19:43 +02:00 |
|
|
24c60619d5
|
Made JsonNode::type private
|
2014-10-09 14:17:09 +02:00 |
|
|
b0e12e8852
|
Refactoring JsonNode...
|
2014-10-09 12:14:10 +02:00 |
|
|
f7fa9e9467
|
Added JsonArray::createNestedObject()
|
2014-10-07 15:27:24 +02:00 |
|
|
09b6f71853
|
Added JsonObject::createNestedArray()
|
2014-10-07 12:11:10 +02:00 |
|
|
e28119f03b
|
Test JsonObject::prettyPrintTo()
|
2014-10-07 11:58:59 +02:00 |
|
|
7a40711af3
|
Added JsonContainer::prettyPrintTo()
|
2014-10-07 11:22:10 +02:00 |
|
|
b6799dc231
|
Refactored the serialization
|
2014-10-05 16:26:13 +02:00 |
|
|
31c9ea9b28
|
Test JsonArray serialization
|
2014-10-05 15:23:52 +02:00 |
|
|
6330ab1271
|
Test that JsonObject can contain inner arrays
|
2014-10-05 15:15:25 +02:00 |
|
|
c35a0fadc3
|
Test that JsonArray can contain inner objects
|
2014-10-05 15:14:29 +02:00 |
|
|
bbe034222c
|
Test that JsonArray can contain inner arrays
|
2014-10-05 15:13:00 +02:00 |
|
|
305944e907
|
Test that JsonArray can store strings
|
2014-10-05 15:04:44 +02:00 |
|
|
f0754aed53
|
Test that JsonArray can store booleans
|
2014-10-05 15:04:17 +02:00 |
|
|
99a785179d
|
Test that JsonArray can contain doubles
|
2014-10-05 15:02:40 +02:00 |
|
|
21259bc61a
|
Test that JsonArray can store integers
|
2014-10-05 14:55:14 +02:00 |
|
|
4c67d0579a
|
Test that JsonArray grows after calling add()
|
2014-10-05 14:48:19 +02:00 |
|
|
cb3c59ec07
|
Added JsonArray
|
2014-10-05 14:40:03 +02:00 |
|
|
4d2d535a03
|
Pulled up code from JsonObject to JsonContainer
|
2014-10-01 16:56:22 +02:00 |
|
|
b0e43f7538
|
Extracted class JsonContainer
|
2014-10-01 16:18:14 +02:00 |
|
|
d66a7adc22
|
Moved files into Internals/ and Arduino/
|
2014-10-01 16:08:32 +02:00 |
|
|
1a98fd5dfc
|
Serialize inner objects
|
2014-10-01 15:47:32 +02:00 |
|
|
57400cee14
|
Extracted methods serializeObject and serializeKeyValue
|
2014-10-01 12:46:41 +02:00 |
|
|
c99bdbf4b9
|
Extracted JsonNodeSerializer
|
2014-10-01 12:28:30 +02:00 |
|
|
a665fa1dec
|
Converted StringBuilder tests to gtest
|
2014-09-30 18:07:08 +02:00 |
|
|
78048d1d92
|
Converted EscapedString tests to gtest
|
2014-09-30 18:03:17 +02:00 |
|
|
065fe57a7c
|
Serialize booleans in objects
|
2014-09-30 17:56:28 +02:00 |
|
|
f251563af1
|
Serialize floats in objects
|
2014-09-30 17:32:45 +02:00 |
|
|
c1ab55f9d9
|
Serialize integer values in object
|
2014-09-30 17:24:14 +02:00 |
|
|
27a4d57f7c
|
Test that now value can be added when all nodes are allocated
|
2014-09-30 17:14:59 +02:00 |
|
|
22e36bbe9c
|
Restored tests from previous test suite
|
2014-09-30 17:08:59 +02:00 |
|
|
d2e1b241be
|
Test that size doesn't change when remove() is called with an invalid key
|
2014-09-30 17:07:29 +02:00 |
|
|
3d9e40a3a8
|
Test that the size is decreased when object are removed
|
2014-09-30 17:05:33 +02:00 |
|
|
9f85368cce
|
Test serialization of an object with strings
|
2014-09-30 16:59:44 +02:00 |
|
|
3243f2dc58
|
Implement Printable
|
2014-09-30 16:43:25 +02:00 |
|
|
6b2705769a
|
Refactored to use StringBuilder
|
2014-09-30 16:40:00 +02:00 |
|