|
a8032f81d9
|
Added JsonVariant JsonBuffer::parse() (issue #265)
|
2016-04-30 09:47:53 +02:00 |
|
|
a241d53d28
|
Added JsonVariant::as<char*>() as a synonym for JsonVariant::as<const char*>() (issue #257)
|
2016-04-05 20:47:04 +02:00 |
|
|
8733f95e51
|
Added support of long long (issue #171)
Moved all build settings to `ArduinoJson/Configuration.hpp`
Added AppVeyor settings in source tree
|
2016-02-14 16:18:13 +01:00 |
|
|
b6d8e6c989
|
Updated copyright year from 2015 to 2016
|
2016-01-07 22:39:57 +01:00 |
|
|
056682327b
|
Changed String to be a typedef of std::string (issues #142 and #161)
|
2015-11-25 21:09:18 +01:00 |
|
|
39c506b419
|
Reduced generator size. Fixed Visual Studio warnings
|
2015-08-19 16:08:19 +02:00 |
|
|
ef2641b49b
|
Store parsed token as string and allow conversion between various types (issues #64, #69, #90, #93)
|
2015-08-10 17:22:22 +02:00 |
|