1. 01 May, 2023 1 commit
  2. 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
  3. 25 Apr, 2023 1 commit
  4. 24 Apr, 2023 3 commits
  5. 17 Apr, 2023 1 commit
  6. 16 Apr, 2023 3 commits
  7. 14 Apr, 2023 4 commits
  8. 07 Apr, 2023 9 commits
  9. 06 Apr, 2023 2 commits
  10. 03 Apr, 2023 1 commit
  11. 02 Apr, 2023 4 commits
  12. 01 Apr, 2023 2 commits
  13. 29 Mar, 2023 3 commits
  14. 27 Mar, 2023 2 commits
  15. 23 Mar, 2023 2 commits
  16. 22 Mar, 2023 1 commit