|
158f4600fb
|
Added static EscapedString::printTo
|
2014-08-01 15:27:58 +02:00 |
|
|
0d28612507
|
Fixed casting JsonValue to string
|
2014-08-01 15:23:14 +02:00 |
|
|
7c99d4d63d
|
Reduced usages of EscapedString
|
2014-08-01 15:22:30 +02:00 |
|
|
1a01800782
|
Test casting a JsonValue to a JsonArray
|
2014-08-01 15:06:31 +02:00 |
|
|
6384bc414a
|
Test casting a JsonValue to a float
|
2014-08-01 14:58:16 +02:00 |
|
|
c10bcee324
|
Test casting a JsonValue to a double
|
2014-08-01 14:56:46 +02:00 |
|
|
028ff6676e
|
Test casting a JsonValue to a bool
|
2014-08-01 14:54:34 +02:00 |
|
|
23b5237f74
|
Test casting a JsonValue to a long
|
2014-08-01 14:53:05 +02:00 |
|
|
88510705be
|
Test casting a JsonValue to an int
|
2014-08-01 14:52:15 +02:00 |
|
|
15d3068d78
|
Test casting a JsonValue to a string
|
2014-08-01 14:47:48 +02:00 |
|
|
ae6beb9340
|
Cleaned JsonValue tests
|
2014-08-01 14:38:28 +02:00 |
|
|
c1f4128ccd
|
Added a failng test
|
2014-08-01 14:35:54 +02:00 |
|
|
5fb6edfc91
|
Cleaned JsonObject unit tests
|
2014-08-01 14:25:55 +02:00 |
|
|
2771b830b7
|
Replace the examples with the new API
|
2014-07-31 20:33:12 +02:00 |
|
|
84aa627038
|
Updated changelog
|
2014-07-31 20:28:52 +02:00 |
|
|
4528b8fc95
|
Use operator[] in example (-68 bytes)
|
2014-07-31 20:16:14 +02:00 |
|
|
60c6f2db47
|
Added operator[]
|
2014-07-31 20:11:55 +02:00 |
|
|
13c386c7a3
|
Moved JsonValue to namespace ArduinoJson::Generator
|
2014-07-31 19:57:52 +02:00 |
|
|
7877ee1b4c
|
Replaced set() by operator=()
|
2014-07-31 19:48:51 +02:00 |
|
|
2c29327ebd
|
Return a JsonValue& instead of a KeyValuePair* (+40 bytes)
|
2014-07-31 19:42:09 +02:00 |
|
|
85ffb83aa6
|
Fixed failing test
|
2014-07-31 18:50:01 +02:00 |
|
|
1ce6661fa6
|
Created a failing test
|
2014-07-31 18:16:04 +02:00 |
|
|
68a2ca905e
|
Updated README.md
v3.0
|
2014-07-23 20:18:59 +02:00 |
|
|
7e4ab9f31c
|
Added code size
|
2014-07-23 13:45:07 +02:00 |
|
|
44e5549456
|
Added code size
|
2014-07-23 13:29:56 +02:00 |
|
|
3e36831cdc
|
Updated README.md
|
2014-07-23 12:56:42 +02:00 |
|
|
5129f3400c
|
Added key() and value() shortcuts
|
2014-07-23 12:56:29 +02:00 |
|
|
0449ee4fd3
|
Updated README.md
|
2014-07-23 12:14:59 +02:00 |
|
|
6e4eb45210
|
Renamed JsonHashTable into JsonObject
|
2014-07-22 21:02:16 +02:00 |
|
|
abef85218e
|
Renamed ARDUINO_JSON_NO_DEPRECATED_WARNING into ARDUINO_JSON_NO_DEPRECATION_WARNING
|
2014-07-22 20:33:17 +02:00 |
|
|
649f292ea7
|
Added comments
|
2014-07-22 20:28:59 +02:00 |
|
|
805c0741e6
|
Added comments
|
2014-07-22 20:14:25 +02:00 |
|
|
0fc54ba54c
|
Added comments
|
2014-07-21 20:38:08 +02:00 |
|
|
df72419f09
|
Added comments
|
2014-07-21 15:20:02 +02:00 |
|
|
d3d0da2d7f
|
Added comments
|
2014-07-21 14:17:27 +02:00 |
|
|
407d536e06
|
Added comments
|
2014-07-21 14:14:31 +02:00 |
|
|
c22473cf37
|
Removed unused stuff
|
2014-07-21 11:08:39 +02:00 |
|
|
3e8861b1a0
|
Moved implemntation of operator[] into JsonObject
|
2014-07-21 10:52:35 +02:00 |
|
|
f565a9b1b7
|
Created a Visual Studio project for JsonGenerator
|
2014-07-21 09:59:47 +02:00 |
|
|
06026cc7d4
|
Created a Visual Studio project for JsonParser
|
2014-07-21 09:54:26 +02:00 |
|
|
04f52733c2
|
Added a test with 3 strings
|
2014-07-19 16:15:57 +02:00 |
|
|
c06f42659a
|
Updated README.md
|
2014-07-19 16:05:42 +02:00 |
|
|
e619b8f5bd
|
Updated README.md
|
2014-07-19 15:57:03 +02:00 |
|
|
1e28217393
|
Merged parse() and parseToken()
|
2014-07-19 15:36:01 +02:00 |
|
|
a1e8c8800a
|
Removed uneeded cast operators
|
2014-07-19 15:34:44 +02:00 |
|
|
00ad540f4e
|
Updated CHANGELOG.md
|
2014-07-19 15:23:40 +02:00 |
|
|
cd7a7b1533
|
Fixed bug in JsonArray::begin() and end()
|
2014-07-19 14:55:16 +02:00 |
|
|
0fe77176e1
|
Fixed bug in JsonObject::begin() and end()
|
2014-07-19 14:49:59 +02:00 |
|
|
e94575b4b8
|
Replaced public inheritance by protected and private
|
2014-07-19 14:41:29 +02:00 |
|
|
b278d7711b
|
Replaced composition by inheritance
|
2014-07-19 12:44:27 +02:00 |
|