json/doc/mkdocs
Florian Albrechtskirchinger 078673fdd9 Rework basic_json element access to accept more key types
Rework basic_json element access member functions and operators to
accept any type that meets the requirements defined by type trait
detail::is_usable_as_key_type.

Member functions and operators:
* at()
* operator[]
* value()
* erase()
* find()
* count()
* contains()

Update documentation to reflect these changes.

Add unit tests to excercise the new functions using std::string_view.

Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com>
2022-04-27 12:09:03 +02:00
..
docs Rework basic_json element access to accept more key types 2022-04-27 12:09:03 +02:00
scripts Overwork documentation (#3444) 2022-04-25 22:40:45 +02:00
Makefile Overwork documentation (#3444) 2022-04-25 22:40:45 +02:00
mkdocs.yml Expose the actual comparison function used by object_t 2022-04-25 22:49:13 +02:00
requirements.txt Overwork documentation (#3444) 2022-04-25 22:40:45 +02:00