- 14 Nov, 2014 2 commits
- 31 Oct, 2014 1 commit
-
-
miloyip authored
-
- 22 Oct, 2014 1 commit
-
-
Sean Leather authored
MemoryStream::Peek() did not return '\0' if src_ == end_, but Peek() == '\0' is used in parsing in the GenericReader. Without this change, parsing with MemoryStream as the InputStream could result in a segmentation fault.
-
- 19 Sep, 2014 1 commit
-
-
Milo Yip authored
-
- 14 Sep, 2014 2 commits
- 13 Sep, 2014 1 commit
-
-
Milo Yip authored
-
- 12 Sep, 2014 1 commit
-
-
Milo Yip authored
-
- 10 Sep, 2014 2 commits
- 05 Sep, 2014 3 commits
- 04 Sep, 2014 3 commits
- 03 Sep, 2014 2 commits
- 02 Sep, 2014 1 commit
-
-
miloyip authored
This shall generate best possible precision (if strtod() is correctly implemented). Need more unit tests and performance tests. May add an option for accepting precision error. Otherwise LUT in Pow10() can be reduced.
-
- 28 Aug, 2014 1 commit
-
-
miloyip authored
-
- 11 Aug, 2014 6 commits
-
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
With the allowance of arbitrary root value types, the individual tests can use the top-level Parse functions, instead of ParseFoo() variants. Secondly, some unneeded array wrappers have been dropped and non-singular tests starting with other values than objects or arrays have been added.
-
Philipp A. Hartmann authored
-
Milo Yip authored
-
- 30 Jul, 2014 2 commits
- 29 Jul, 2014 1 commit
-
-
miloyip authored
Related to discussion in #83
-
- 27 Jul, 2014 2 commits
- 26 Jul, 2014 1 commit
-
-
Milo Yip authored
It is not very useful for iterative parsing as the worst case of heap size is O(n) where n is number of character in JSON, for the worst synthetic cases. This is reasonable and should not create stack overflow security problem as in recursive parsing.
-
- 17 Jul, 2014 2 commits
-
-
thebusytypist authored
-
thebusytypist authored
-
- 16 Jul, 2014 1 commit
-
-
thebusytypist authored
-
- 15 Jul, 2014 1 commit
-
-
thebusytypist authored
-
- 14 Jul, 2014 1 commit
-
-
thebusytypist authored
-
- 11 Jul, 2014 2 commits
-
-
thebusytypist authored
-
thebusytypist authored
-