📝 mention json type in documentation start page #1616

This commit is contained in:
Niels Lohmann 2019-06-22 09:54:59 +02:00
parent 3b82a350ed
commit 39011a1759
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -4,7 +4,9 @@ These pages contain the API documentation of JSON for Modern C++, a C++11 header
# Contents
- @link nlohmann::basic_json `basic_json` class @endlink
- Classes
- @link nlohmann::basic_json `basic_json`@endlink -- class template for JSON values
- @link nlohmann::json `json`@endlink -- the default specialization of `basic_json`, defined as `basic_json<>`
- [Functions](functions_func.html)
- object inspection
- @link nlohmann::basic_json::dump dump @endlink -- value serialization