Downloads
Download nlohmannjson
Get started with nlohmannjson, a powerful and easy-to-use C++ JSON library. Choose the method that best fits your development workflow and start integrating JSON into your applications.
Available Download Options
Header File (Single Include)
Download the single header file and include it directly in your project. This is the easiest and fastest way to get started.
Includes:
- json.hpp
- No installation required
- Ready to use
GitHub Repository
Access the full source code, latest updates, and documentation from the official repository.
Includes:
- Latest releases
- Examples and documentation
- Issue tracking and updates
Package Managers
You can also install nlohmannjson using popular C++ package managers for easier dependency management.
Supported Options:
- vcpkg
- Conan
- Homebrew
System Requirements
- C++11 or higher
- Compatible with Windows, Linux, and macOS
- No external dependencies required
Installation Guide
- Download the header file or clone the repository
- Add the file to your project directory
- Include it in your code:
#include <nlohmann/json.hpp> - Start using JSON in your C++ applicatio
Download Links
- include.zip (274 KB)
- include.zip.asc (1 KB)
- json.hpp (791 KB)
- json.hpp.asc (1 KB)