Commit Graph

13 Commits

Author SHA1 Message Date
Benoit Blanchon
5b6b38564f Parse long values 2014-10-14 21:24:26 +02:00
Benoit Blanchon
81f3460806 Parse empty array with leading spaces 2014-10-14 18:01:49 +02:00
Benoit Blanchon
081b345e7c Parse invalid array 2014-10-14 17:28:57 +02:00
Benoit Blanchon
f468db6757 Parse empty array 2014-10-14 17:16:21 +02:00
Benoit Blanchon
24c60619d5 Made JsonNode::type private 2014-10-09 14:17:09 +02:00
Benoit Blanchon
b0e12e8852 Refactoring JsonNode... 2014-10-09 12:14:10 +02:00
Benoit Blanchon
cb3c59ec07 Added JsonArray 2014-10-05 14:40:03 +02:00
Benoit Blanchon
b0e43f7538 Extracted class JsonContainer 2014-10-01 16:18:14 +02:00
Benoit Blanchon
d66a7adc22 Moved files into Internals/ and Arduino/ 2014-10-01 16:08:32 +02:00
Benoit Blanchon
bc44c36385 Test that nested JsonObject can be stored 2014-09-27 16:18:40 +02:00
Benoit Blanchon
bcc8cece24 Moved JsonObject._buffer into the JsonNode's content 2014-09-27 15:34:34 +02:00
Benoit Blanchon
a2fc188526 Test that adding the same value twice doesn't increase the size of the object 2014-09-27 14:43:19 +02:00
Benoit Blanchon
166bdd6919 Test that adding values to the JsonObject increase the size of the buffer 2014-09-27 12:16:53 +02:00