json/include/nlohmann
Patrick Boettcher 9225cf2f57 allow push_back() and pop_back() calls on json_pointer
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.
2019-01-15 14:43:46 +01:00
..
detail allow push_back() and pop_back() calls on json_pointer 2019-01-15 14:43:46 +01:00
adl_serializer.hpp 🚨 fixed some more linter warnings 2018-10-28 09:15:41 +01:00
json.hpp 💡 improved documentation for parsing without exceptions #1405 2019-01-13 11:46:05 +01:00
json_fwd.hpp 🚨 fixed some clang-tidy warnings 2018-10-07 18:39:18 +02:00