|
61218f12fd
|
Epic refactoring in progress...
|
2014-10-28 16:29:55 +01:00 |
|
|
852256c1af
|
Epic refactoring int progress...
|
2014-10-27 22:50:50 +01:00 |
|
|
8988cb4761
|
Epic refactoring in progress...
|
2014-10-27 14:03:44 +01:00 |
|
|
e0980292ef
|
Epic refactoring in progress
|
2014-10-26 21:18:09 +01:00 |
|
|
cdf3777aa8
|
Removed unused friend
|
2014-10-25 21:02:56 +02:00 |
|
|
618a54579f
|
Simplified JsonArray
|
2014-10-25 21:02:13 +02:00 |
|
|
9f69fabe20
|
Cleaned JsonNodeWrapper
|
2014-10-25 16:11:04 +02:00 |
|
|
e748ce32bc
|
Removed all friends of JsonValue
|
2014-10-25 15:55:58 +02:00 |
|
|
fdeedabfd7
|
Fixed warning in Visual Studio
|
2014-10-24 19:59:14 +02:00 |
|
|
582216e004
|
Merged JsonArrayIterator and JsonObjectIterator into a one template class
|
2014-10-24 18:53:03 +02:00 |
|
|
1f6cd8e56e
|
Removed usages of JsonNodeIterator
|
2014-10-24 18:31:50 +02:00 |
|
|
68fb03577c
|
Moved forward declarations in a single .hpp file
|
2014-10-24 16:29:51 +02:00 |
|
|
bbef8931a6
|
Improved JsonArrayIterator
|
2014-10-24 16:12:05 +02:00 |
|
|
8071434515
|
Fixed many cpplint warnings
|
2014-10-24 00:08:25 +02:00 |
|
|
7f22a1ab39
|
Muted a few cpplint warnings
|
2014-10-23 23:59:05 +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 |
|
|
e3b4f5038d
|
Fixed path of test exe
|
2014-10-23 23:22:26 +02:00 |
|
|
b43da1e421
|
Switched to Google coding style to match cpplint expectations
|
2014-10-23 23:13:13 +02:00 |
|
|
5c8283b3e4
|
Added cpplint
|
2014-10-23 23:10:22 +02:00 |
|
|
9175046f35
|
Formated code with clang-format
|
2014-10-23 19:54:00 +02:00 |
|
|
888fdc1d54
|
Improved JsonObjectIterator
|
2014-10-23 18:56:04 +02:00 |
|
|
d83f1a6319
|
Added .hpp files
|
2014-10-23 18:22:50 +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 |
|
|
8947a6c9de
|
Added more tests
|
2014-10-23 17:01:24 +02:00 |
|
|
fa805b4998
|
Test parsing of nested objects
|
2014-10-23 12:15:46 +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 |
|
|
7e98d136f4
|
Added more warning flags for GCC (as suggested in issue #28)
|
2014-10-22 21:25:19 +02:00 |
|
|
c800948342
|
Fixed warning in GCC
|
2014-10-22 20:51:29 +02:00 |
|
|
7fbc3cb6a6
|
Fixed warnings in Visual Studio
|
2014-10-22 20:48:20 +02:00 |
|
|
d842e246c9
|
Added JsonArrayIterator
|
2014-10-22 17:59:59 +02:00 |
|
|
9946abf731
|
Added more tests
|
2014-10-22 16:04:29 +02:00 |
|
|
1e0464f5b4
|
Fixed negative number parsing
|
2014-10-22 15:57:50 +02:00 |
|
|
5aefc7d652
|
Simplified the parser
|
2014-10-22 12:25:41 +02:00 |
|
|
743381de6d
|
Added 3 tests
|
2014-10-22 11:56:40 +02:00 |
|
|
d70ff26164
|
Remove support of unquoted keys
|
2014-10-22 11:54:33 +02:00 |
|
|
316d036785
|
More test on object parsing
|
2014-10-22 10:55:36 +02:00 |
|
|
c82e6d747b
|
Test with spaces in objects
|
2014-10-21 23:42:26 +02:00 |
|
|
04330a7a47
|
Parse key value pairs
|
2014-10-21 23:40:04 +02:00 |
|
|
cfbe50057a
|
Test with a missing closing brace
|
2014-10-21 21:50:00 +02:00 |
|
|
9c1b6b80aa
|
Parse empty object
|
2014-10-21 21:11:30 +02:00 |
|
|
0daf82eee2
|
Renamed all .h files into .hpp (so that Sublime Text selects C++ syntax)
|
2014-10-19 15:46:36 +02:00 |
|
|
074c39ca5b
|
Fixed namespaces
|
2014-10-18 23:05:54 +02:00 |
|
|
1abb8ac6ae
|
Added tests of the trailing string
|
2014-10-18 22:25:48 +02:00 |
|
|
b19a37538c
|
Changed JsonParser_String_Tests into QuotedString_ExtractFrom_Tests
|
2014-10-18 22:12:43 +02:00 |
|
|
fc4faacfec
|
Renamed EscapedString into QuotedString
|
2014-10-18 22:04:13 +02:00 |
|
|
bbc2aa4f2a
|
Allow string to be enclosed in single quotes
|
2014-10-18 21:54:32 +02:00 |
|
|
1f6bd5c04d
|
Added more test of escaped chars
|
2014-10-17 22:32:55 +02:00 |
|