|
5e5f060fc0
|
Updated copyright for 2015
|
2015-02-07 16:05:48 +01:00 |
|
|
1c450fd3aa
|
Fixed floating point value parsing in the form "4e2" or "4E2".
|
2014-11-08 15:56:40 +01:00 |
|
|
dfd59f644b
|
Added comments
|
2014-11-07 09:35:53 +01:00 |
|
|
ee520d1ff5
|
Cleaned parseArray()
|
2014-11-07 09:30:00 +01:00 |
|
|
5179aa0d4f
|
Cleaned parseObject()
|
2014-11-07 09:20:48 +01:00 |
|
|
086e99efb4
|
Added comment
|
2014-11-06 16:29:29 +01:00 |
|
|
a3425a6306
|
Added a nesting limit to the parser to prevent stack overflow that could be a security issue
|
2014-11-06 10:24:37 +01:00 |
|
|
782b178f4e
|
Fixed warnings in Visual Studio
|
2014-11-04 19:53:13 +01:00 |
|
|
e25eaed75a
|
Cleaned #includes
|
2014-11-04 10:01:21 +01:00 |
|
|
09f6d059a7
|
Renamed JsonValue to JsonVariant
|
2014-11-04 09:51:25 +01:00 |
|
|
43ad37e7ce
|
Now use relative paths in for #include
|
2014-11-03 18:35:22 +01:00 |
|
|
04cde11a04
|
Now use uint8_t to store decimal count
|
2014-11-03 18:28:24 +01:00 |
|
|
9da7dce310
|
Fixed double formatting issue
|
2014-11-01 13:30:37 +01:00 |
|
|
fead9b50b1
|
Fixed bug in parser when "null", "true" or "false" is mispelled
|
2014-10-31 21:08:04 +01:00 |
|
|
74b4544560
|
Fixed parsing when opening brace/bracket is missing
|
2014-10-31 16:50:21 +01:00 |
|
|
ba2b142c8a
|
Huge refactoring in progress...
|
2014-10-29 14:24:34 +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 |
|
|
8071434515
|
Fixed many cpplint warnings
|
2014-10-24 00:08:25 +02:00 |
|
|
e85f27c0f3
|
Added file headers with copyrights
|
2014-10-23 23:39:22 +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 |
|
|
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 |
|
|
316d036785
|
More test on object parsing
|
2014-10-22 10:55:36 +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 |
|
|
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 |
|
|
9c32ae2300
|
Parser: unescape strings
|
2014-10-17 20:52:27 +02:00 |
|
|
58d2c4a62f
|
Renamed srcs/ into src/
|
2014-10-16 16:25:42 +02:00 |
|