Tatsuhiro Tsujikawa
|
7c06b903f3
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
Tatsuhiro Tsujikawa
|
10cdc59297
|
Remove vbegin and vend in favor of std::begin and std::end
|
2013-06-24 21:46:42 +09:00 |
|
Tatsuhiro Tsujikawa
|
07d270c87e
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
Tatsuhiro Tsujikawa
|
9620bb0a6d
|
Fix off by 1 error in JsonParser::parseUpdate() return value
|
2012-07-24 23:47:18 +09:00 |
|
Tatsuhiro Tsujikawa
|
cd67e27ca4
|
Check structure depth when parsing JSON
|
2012-07-11 23:20:20 +09:00 |
|
Tatsuhiro Tsujikawa
|
57b46d5123
|
Added streaming parser for structured data format.
Added JSON streaming parser. Note that currently JSON parser ignores
frac and exp parts of number construct.
|
2012-07-10 01:42:42 +09:00 |
|