|
cf1324c09b
|
Added a test with too few tokens
|
2014-07-14 14:46:46 +02:00 |
|
|
0b087b7bdb
|
Added a test when token count is too small
|
2014-07-14 14:35:51 +02:00 |
|
|
dde5a2510b
|
Extracted class JsonParserBase
|
2014-07-14 13:17:30 +02:00 |
|
|
a42b03ec26
|
Rewrote tests on hash tables
|
2014-07-14 12:29:57 +02:00 |
|
|
2f98e59fc6
|
Cleaned the array tests
|
2014-07-14 11:48:46 +02:00 |
|
|
f58a8b0ca5
|
Renamed unit test classes
|
2014-07-14 10:33:24 +02:00 |
|
|
4f56afe89e
|
Updated changelog
v2.0
|
2014-07-09 19:50:44 +02:00 |
|
|
339de21f1c
|
Updated code size
|
2014-07-09 19:48:55 +02:00 |
|
|
25c428c1e9
|
Removed useless cast
|
2014-07-09 13:44:11 +02:00 |
|
|
0045bb3e35
|
Reduced the size of JsonArrayBase::printTo() by 18 bytes
|
2014-07-09 13:40:09 +02:00 |
|
|
4e61a839a5
|
Minor changes
|
2014-07-09 13:30:08 +02:00 |
|
|
a48fbac7d7
|
Reduced the size of EscapedString::printTo() by 4 more bytes
|
2014-07-09 13:19:12 +02:00 |
|
|
af7dd55d34
|
Reduced the size of EscapedString::printTo() by 4 bytes
|
2014-07-09 13:16:10 +02:00 |
|
|
525649c416
|
Reduced the size of EscapedString::printTo() by 26 bytes
|
2014-07-09 12:59:49 +02:00 |
|
|
1f86016320
|
Extracted function getSpecialChar()
|
2014-07-09 12:50:03 +02:00 |
|
|
c38af3e32c
|
Cleaned up
|
2014-07-08 21:29:19 +02:00 |
|
|
0a0757945e
|
Reduced the size of JsonHashTableBase::printTo() by 12 bytes
|
2014-07-08 13:49:35 +02:00 |
|
|
e63cde3922
|
Reducted the size of JsonHashTableBase::printTo() by 18 bytes !
|
2014-07-08 13:46:34 +02:00 |
|
|
5bb6cd0fa9
|
Extracted class JsonArrayBase to reduce code size
|
2014-07-08 13:38:37 +02:00 |
|
|
bbc18b5ca4
|
Extracted class JsonHashTableBase to reduce the size of the code.
|
2014-07-08 13:27:29 +02:00 |
|
|
6d3b70f4a3
|
Updated encoder size
|
2014-07-07 20:04:25 +02:00 |
|
|
cbedcdf93b
|
Minor change
|
2014-07-07 19:50:19 +02:00 |
|
|
6fcf9edf9a
|
Updated README.md
|
2014-07-07 16:23:54 +02:00 |
|
|
bb11fcba89
|
Updated the example.
|
2014-07-07 16:22:43 +02:00 |
|
|
a87b2bf5bf
|
Adde EscapedString to the cpp files
|
2014-07-07 16:21:34 +02:00 |
|
|
f28997e367
|
Added a work around for Arduino 1.0.5
|
2014-07-07 16:21:19 +02:00 |
|
|
42968be535
|
Updated type sizes
|
2014-07-07 14:07:24 +02:00 |
|
|
6c1ab912ff
|
Added namespace ArduinoJson::Internals for private types
|
2014-07-07 14:05:41 +02:00 |
|
|
99521cc718
|
Removed default template value for DIGITS, because Arduino 1.0.5 refused it
|
2014-07-07 13:59:31 +02:00 |
|
|
b3613f7137
|
Use EscapedString for keys in JsonHashTable
|
2014-07-07 13:48:50 +02:00 |
|
|
1b62502b36
|
Extracted class EscapedString
|
2014-07-07 13:38:35 +02:00 |
|
|
adb8fa4d44
|
Set a default value for DIGITS
|
2014-07-07 13:28:31 +02:00 |
|
|
3b6ce65054
|
Reduced the size of JsonValue to 6 bytes !
|
2014-07-07 13:27:12 +02:00 |
|
|
be6c4bf4d1
|
Number of digits is now a template parameter
|
2014-07-07 13:24:14 +02:00 |
|
|
4e6ad31d6a
|
Reduced the size of JsonValue by removing the pointer to instance methods.
|
2014-07-06 21:34:46 +02:00 |
|
|
1cec019457
|
Reduce the size of JsonValue by removing the virtual
|
2014-07-06 21:28:39 +02:00 |
|
|
2e97dbdedc
|
Reduced the size of JsonValue by no implementing Printable
|
2014-07-06 21:08:04 +02:00 |
|
|
8f9d3b638f
|
Removed content.asFloat
|
2014-07-06 20:36:11 +02:00 |
|
|
8be590e591
|
Added README.md
|
2014-07-06 14:47:50 +02:00 |
|
|
8baf21b6e8
|
Minor changes
|
2014-07-05 21:39:56 +02:00 |
|
|
935cb068ab
|
Updated README.md
|
2014-07-05 16:09:37 +02:00 |
|
|
efd8c0ff5c
|
Improved the example
|
2014-07-05 13:10:07 +02:00 |
|
|
757c86ddc5
|
Simplified the example
|
2014-07-05 13:09:46 +02:00 |
|
|
0efe8bc74a
|
Added encoder sizes
|
2014-07-05 12:53:34 +02:00 |
|
|
65d03c9001
|
Fixed table
|
2014-07-04 19:15:19 +02:00 |
|
|
df2e640b16
|
Added README.md
|
2014-07-04 19:11:04 +02:00 |
|
|
895482de15
|
Merged the two Visual Studio solutions into one
|
2014-07-04 14:48:18 +02:00 |
|
|
477c9c2c6e
|
Updated changelog
|
2014-07-04 14:42:57 +02:00 |
|
|
50b2a1b4a7
|
Added namespace for the parser
|
2014-07-03 14:01:45 +02:00 |
|
|
78a920a5fc
|
Now use #pragma once
|
2014-07-03 13:58:08 +02:00 |
|