|
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 |
|
|
92e687303d
|
Added support of non standard JSON input (issue #44)
|
2015-07-10 22:11:26 +02:00 |
|
|
5e5f060fc0
|
Updated copyright for 2015
|
2015-02-07 16:05:48 +01:00 |
|
|
aef7e43c48
|
Use DynamicJsonBuffer instead of arbitrary sized StaticJsonBuffer
|
2014-12-20 15:42:43 +01:00 |
|
|
f6f8a63b99
|
Added a header to simplify library usage
|
2014-11-11 16:56:02 +01:00 |
|
|
64b4e15ce6
|
Added tests of JsonObject::const_iterator
|
2014-11-05 13:10:22 +01:00 |
|
|
889f059758
|
All tests passed!
|
2014-10-30 21:51:59 +01:00 |
|
|
c3001e9ea9
|
Huge refactoring in progress...
|
2014-10-30 10:49:02 +01:00 |
|
|
582216e004
|
Merged JsonArrayIterator and JsonObjectIterator into a one template class
|
2014-10-24 18:53:03 +02:00 |
|
|
55b0eab3e6
|
Added newline at ed of file
|
2014-10-23 23:45:36 +02:00 |
|
|
e85f27c0f3
|
Added file headers with copyrights
|
2014-10-23 23:39:22 +02:00 |
|
|
9175046f35
|
Formated code with clang-format
|
2014-10-23 19:54:00 +02:00 |
|
|
ff5f3f3a2c
|
Merge branch 'merge-parser-and-generator' of github.com:bblanchon/ArduinoJson into merge-parser-and-generator
Conflicts:
test/JsonObject_Iterator_Tests.cpp
|
2014-10-23 17:43:40 +02:00 |
|
|
e4779512e6
|
Added JsonValue::as<T>()
|
2014-10-23 17:22:23 +02:00 |
|
|
451c0ee70d
|
Added JsonObjectIterator::operator->()
|
2014-10-22 23:32:25 +02:00 |
|
|
40ac60b941
|
Added JsonObjectIterator
|
2014-10-22 21:56:38 +02:00 |
|