1. 03 Mar, 2017 2 commits
  2. 01 Mar, 2017 1 commit
  3. 28 Feb, 2017 11 commits
  4. 26 Feb, 2017 3 commits
  5. 24 Feb, 2017 3 commits
  6. 23 Feb, 2017 3 commits
  7. 07 Feb, 2017 4 commits
  8. 06 Feb, 2017 1 commit
  9. 04 Feb, 2017 8 commits
  10. 03 Feb, 2017 3 commits
    • StilesCrisis's avatar
      Fix Dev Studio bool-conversion warning · 1a7c5ea5
      StilesCrisis authored
      1a7c5ea5
    • StilesCrisis's avatar
      Token-by-token pull parsing · 20f5caa8
      StilesCrisis authored
      Refactored the iterative parser so that users can parse a single JSON
      element at a time (invoking the handler one time) and then return
      control to the calling code. Call IterativeParseInit to start, and then
      call IterativeParseNext to retrieve one JSON element. Use
      IterativeParseComplete to check for JSON document completion.
      20f5caa8
    • StilesCrisis's avatar
      Improved reporting · 6769f3e3
      StilesCrisis authored
      Add “filename” to the error message when JsonChecker reports an error.
      6769f3e3
  11. 24 Jan, 2017 1 commit