Commit Graph

18 Commits

Author SHA1 Message Date
Benoit Blanchon
b49aa22c65 Replaced non-const references by pointer to follow Google style guide 2014-10-11 16:58:24 +02:00
Benoit Blanchon
35eaa55b3a Added JSON_PROXY to copy arrays and objects by reference 2014-10-09 18:20:40 +02:00
Benoit Blanchon
7a40711af3 Added JsonContainer::prettyPrintTo() 2014-10-07 11:22:10 +02:00
Benoit Blanchon
b6799dc231 Refactored the serialization 2014-10-05 16:26:13 +02:00
Benoit Blanchon
cb3c59ec07 Added JsonArray 2014-10-05 14:40:03 +02:00
Benoit Blanchon
4d2d535a03 Pulled up code from JsonObject to JsonContainer 2014-10-01 16:56:22 +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
c99bdbf4b9 Extracted JsonNodeSerializer 2014-10-01 12:28:30 +02:00
Benoit Blanchon
9f85368cce Test serialization of an object with strings 2014-09-30 16:59:44 +02:00
Benoit Blanchon
3243f2dc58 Implement Printable 2014-09-30 16:43:25 +02:00
Benoit Blanchon
6b2705769a Refactored to use StringBuilder 2014-09-30 16:40:00 +02:00
Benoit Blanchon
71fd2de675 Test that integers can be stored in a JsonObject 2014-09-27 14:51:50 +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
Benoit Blanchon
4d4119e589 Test that JsonObject.size() is increased when values are added 2014-09-27 11:53:26 +02:00
Benoit Blanchon
91649df593 Test that CreateObject() returns an empty JsonObject 2014-09-27 11:42:27 +02:00
Benoit Blanchon
5580adb4a6 Added first test on StaticJsonBuffer 2014-09-27 09:56:53 +02:00