|
bbef8931a6
|
Improved JsonArrayIterator
|
2014-10-24 16:12:05 +02:00 |
|
|
8071434515
|
Fixed many cpplint warnings
|
2014-10-24 00:08:25 +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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
9c32ae2300
|
Parser: unescape strings
|
2014-10-17 20:52:27 +02:00 |
|
|
b15dac7edf
|
Renamed EscapedStringTests into EscapedString_PrintTo_Tests
|
2014-10-17 12:53:38 +02:00 |
|
|
2a62132bf0
|
Added JsonParser_String_Tests.cpp
|
2014-10-16 22:13:31 +02:00 |
|
|
a0a82c0f4e
|
Renamed file
|
2014-10-16 21:43:44 +02:00 |
|
|
b847576bb4
|
Renamed tests/ into test/
|
2014-10-16 16:23:24 +02:00 |
|