Skip to content

Commit

Permalink
📝 mention json type in documentation start page #1616
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jun 22, 2019
1 parent 3b82a35 commit 39011a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39011a1

Please sign in to comment.