1. 15 Jan, 2019 1 commit
    • allow push_back() and pop_back() calls on json_pointer · 9225cf2f
      Patrick Boettcher authored
      Putting pop_back() to public and creating a trivial push_back()
      method allows users of nlohmann::json_pointer to manipulate an
      existing json-pointer by adding or removing keys at the end.
      
      This is useful for traversing a JSON-instance and keeping track
      of its "absolute path" at any moment.
      
      In my case for a schema-validator error-handler.
  2. 13 Jan, 2019 6 commits
  3. 12 Jan, 2019 6 commits
  4. 11 Jan, 2019 1 commit
  5. 10 Jan, 2019 2 commits
  6. 09 Jan, 2019 5 commits
  7. 08 Jan, 2019 1 commit
  8. 05 Jan, 2019 1 commit
  9. 01 Jan, 2019 1 commit
  10. 31 Dec, 2018 1 commit
  11. 30 Dec, 2018 1 commit
    • 🚨 fixed PVS V567 warning · c682b987
      Niels Lohmann authored
      "V567 The modification of the 'position.chars_read_current_line' variable is unsequenced relative to another operation on the same variable. This may lead to undefined behavior."
  12. 23 Dec, 2018 1 commit
  13. 21 Dec, 2018 6 commits
  14. 20 Dec, 2018 5 commits
  15. 19 Dec, 2018 2 commits