mirror of
https://github.com/nlohmann/json
synced 2024-11-22 20:10:06 +00:00
9225cf2f57
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. |
||
---|---|---|
.. | ||
conversions | ||
input | ||
iterators | ||
meta | ||
output | ||
exceptions.hpp | ||
json_pointer.hpp | ||
json_ref.hpp | ||
macro_scope.hpp | ||
macro_unscope.hpp | ||
value_t.hpp |