|
3243f2dc58
|
Implement Printable
|
2014-09-30 16:43:25 +02:00 |
|
|
6b2705769a
|
Refactored to use StringBuilder
|
2014-09-30 16:40:00 +02:00 |
|
|
ab2587f089
|
Test empty object serialization
|
2014-09-30 16:31:22 +02:00 |
|
|
e190b20ae1
|
Fixed inner object bug
|
2014-09-28 21:04:59 +02:00 |
|
|
bcc8cece24
|
Moved JsonObject._buffer into the JsonNode's content
|
2014-09-27 15:34:34 +02:00 |
|
|
5fa446d3f5
|
Test that a double can be stored in a JsonObject
|
2014-09-27 14:59:02 +02:00 |
|
|
71fd2de675
|
Test that integers can be stored in a JsonObject
|
2014-09-27 14:51:50 +02:00 |
|
|
a2fc188526
|
Test that adding the same value twice doesn't increase the size of the object
|
2014-09-27 14:43:19 +02:00 |
|
|
166bdd6919
|
Test that adding values to the JsonObject increase the size of the buffer
|
2014-09-27 12:16:53 +02:00 |
|
|
4d4119e589
|
Test that JsonObject.size() is increased when values are added
|
2014-09-27 11:53:26 +02:00 |
|