JSON for Modern C++  2.0.0
index.md
1 # JSON for Modern C++
2 
3 These pages contain the API documentation of JSON for Modern C++, a C++11 header-only JSON class.
4 
5 - @link nlohmann::basic_json `basic_json` class @endlink
6 - [Function index](functions_func.html)
7 - Types
8  - @link nlohmann::basic_json::array_t arrays @endlink
9  - @link nlohmann::basic_json::object_t objects @endlink
10  - @link nlohmann::basic_json::string_t strings @endlink
11  - @link nlohmann::basic_json::boolean_t booleans @endlink
12  - numbers
13  - @link nlohmann::basic_json::number_integer_t signed integers @endlink
14  - @link nlohmann::basic_json::number_unsigned_t unsigned integers @endlink
15  - @link nlohmann::basic_json::number_float_t floating-point @endlink
16 
17 @copyright Copyright © 2013-2016 Niels Lohmann. The code is licensed under the [MIT License](http://opensource.org/licenses/MIT).
18 
19 @author [Niels Lohmann](http://nlohmann.me)
20 @see https://github.com/nlohmann/json to download the source code
21 
22 @version 2.0.0