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

  1. Download the header file or clone the repository
  2. Add the file to your project directory
  3. Include it in your code:
    #include <nlohmann/json.hpp>
  4. Start using JSON in your C++ applicatio

Download Links