|
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 |
|
|
32ffb75394
|
Fixed compilation warning
|
2014-10-17 21:51:58 +02:00 |
|
|
7df73824aa
|
Fixed field orders
|
2014-10-17 20:57:38 +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 |
|
|
24b46af48a
|
Moved build output to bin/ and lib/
|
2014-10-16 21:29:59 +02:00 |
|
|
fed79bfd81
|
Updated the script to work on Windows too
|
2014-10-16 21:06:13 +02:00 |
|
|
7dbaac1070
|
Added a new script to create build environments
|
2014-10-16 18:23:41 +02:00 |
|
|
58d2c4a62f
|
Renamed srcs/ into src/
|
2014-10-16 16:25:42 +02:00 |
|