1. 14 May, 2023 2 commits
  2. 09 May, 2023 1 commit
  3. 08 May, 2023 3 commits
  4. 01 May, 2023 3 commits
  5. 30 Apr, 2023 1 commit
    • Dominik Charousset's avatar
      Add support for `uint64_t` to `json_value` · 7271c19d
      Dominik Charousset authored
      The JSON parser now supports reading integers larger than `INT64_MAX`
      (but not larger than `UINT64_MAX`). Additionally, the class `json_value`
      has new member functions for operating on the unsigned integers:
      `is_unsigned()` and `to_unsigned()`.
      7271c19d
  6. 25 Apr, 2023 1 commit
  7. 24 Apr, 2023 3 commits
  8. 17 Apr, 2023 1 commit
  9. 16 Apr, 2023 3 commits
  10. 14 Apr, 2023 4 commits
  11. 07 Apr, 2023 9 commits
  12. 06 Apr, 2023 2 commits
  13. 03 Apr, 2023 1 commit
  14. 02 Apr, 2023 4 commits
  15. 01 Apr, 2023 2 commits