json/test
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
..
cmake_add_subdirectory buildsystem: relax requirement on cmake version 2018-12-31 18:52:04 +01:00
cmake_import buildsystem: relax requirement on cmake version 2018-12-31 18:52:04 +01:00
cmake_import_minver buildsystem: relax requirement on cmake version 2018-12-31 18:52:04 +01:00
data Add benchmark for small integers 2019-01-12 08:58:30 -08:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src allow push_back() and pop_back() calls on json_pointer 2019-01-15 14:43:46 +01:00
thirdparty ⬆️ upgraded Catch and Google Benchmark 2019-01-13 11:29:39 +01:00
CMakeLists.txt Merge pull request #1271 from chuckatkins/cleanup-deprecated-warnings 2018-10-02 22:07:18 +02:00
Makefile 🚧 some changes to the BSON code 2018-10-24 15:43:37 +02:00