|
5cc06180e6
|
Removed JsonValue::null(), moved the instance to JsonObjectBase
|
2014-08-02 15:55:46 +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 |
|
|
c1f4128ccd
|
Added a failng test
|
2014-08-01 14:35:54 +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 |
|
|
6e4eb45210
|
Renamed JsonHashTable into JsonObject
|
2014-07-22 21:02:16 +02:00 |
|
|
cbedcdf93b
|
Minor change
|
2014-07-07 19:50:19 +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 |
|
|
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 |
|
|
bae5c36f41
|
Added namespace
|
2014-07-03 13:55:38 +02:00 |
|
|
81c7b9f700
|
Can now set the double value precision.
|
2014-07-03 13:35:39 +02:00 |
|
|
c7fb77203b
|
Replace C++11 syntax that what not supported by the Arduino IDE
|
2014-07-02 13:49:23 +02:00 |
|
|
e87bde6594
|
Added a JsonValue constructor for float
|
2014-07-02 13:46:25 +02:00 |
|
|
61e53a505d
|
Added a test that stores an integer in a JsonValue
|
2014-07-02 13:06:38 +02:00 |
|
|
937837848c
|
Added a test that stores a long in a JsonValue
|
2014-07-02 13:02:28 +02:00 |
|
|
1fba9767d3
|
Renamed private methods
|
2014-07-02 12:54:22 +02:00 |
|
|
621068260d
|
Renamed union members
|
2014-07-02 12:52:22 +02:00 |
|
|
e8831c28d9
|
Added JsonGenerator example for Arduino
|
2014-07-01 14:08:15 +02:00 |
|
|
a9b8e280fe
|
Moved implementation is a new folder
|
2014-07-01 13:50:54 +02:00 |
|