1. 11 9月, 2017 1 次提交
  2. 10 9月, 2017 1 次提交
  3. 09 9月, 2017 1 次提交
  4. 28 7月, 2017 1 次提交
    • N
      implemented exception-free parser #458 #582 · 7d512140
      Niels Lohmann 提交于
      You can now pass a boolean "allow_exceptions" to the parse functions. If it is false, no exceptions are thrown in case of a parse error. Instead, parsing is stopped at the first error and a JSON value of type "discarded" (check with is_discarded()) is returned.
      7d512140
  5. 08 7月, 2017 1 次提交
  6. 21 6月, 2017 2 次提交
  7. 17 6月, 2017 1 次提交
  8. 25 3月, 2017 1 次提交
    • N
      🚧 manual lexer · 40160f48
      Niels Lohmann 提交于
      This commit removed the re2c lexer and replaced it by a manual version.
      Its integration is not yet complete: number parsing does not respect
      locales or overflows. Furthermore, parsing does not need to end with
      EOF. Therefore, a lot of test cases fail. The idea is to push this
      branch forward so we can conduct performance comparisons. So far, a
      nice side effect are better diagnosis messages in case of parse errors.
      40160f48
  9. 02 3月, 2017 1 次提交
  10. 25 2月, 2017 1 次提交
  11. 28 1月, 2017 1 次提交
  12. 02 1月, 2017 2 次提交
  13. 17 12月, 2016 1 次提交
  14. 03 12月, 2016 1 次提交
  15. 03 11月, 2016 1 次提交
  16. 02 11月, 2016 1 次提交
    • N
      cleanup · 59c83438
      Niels 提交于
      59c83438
  17. 31 10月, 2016 2 次提交
  18. 15 10月, 2016 1 次提交
  19. 11 10月, 2016 1 次提交
  20. 15 9月, 2016 1 次提交
  21. 12 9月, 2016 1 次提交
  22. 01 9月, 2016 3 次提交
  23. 31 8月, 2016 1 次提交
  24. 24 8月, 2016 1 次提交
  25. 21 8月, 2016 2 次提交
  26. 18 8月, 2016 1 次提交
  27. 16 8月, 2016 1 次提交
  28. 05 8月, 2016 1 次提交
  29. 04 8月, 2016 1 次提交