Home

The textproc/nlohmann-json port

nlohmann-json-3.11.2 – JSON for modern C++ (cvsweb github mirror)

Description

There are myriads of JSON libraries out there, and each may even have its reason
to exist. This class had these design goals:

  * Intuitive syntax. In languages such as Python, JSON feels like a first class
    data type. Here all the operator magic of modern C++ was used to achieve
    the same feeling in code.

  * Trivial integration. The whole code consists of a single header file
    json.hpp. That's it. No library, no subproject, no dependencies, no complex
    build system. The class is written in vanilla C++11. All in all, everything
    should require no adjustment of your compiler flags or project settings.

  * Serious testing. The class is heavily unit-tested and covers 100% of the
    code, including all exceptional behavior. Furthermore, it's checked with
    Valgrind and the Clang Sanitizers that there are no memory leaks. Google
    OSS-Fuzz additionally runs fuzz tests against all parsers 24/7, effectively
    executing billions of tests so far. To maintain high quality, the project is
    following the Core Infrastructure Initiative (CII) best practices.
WWW: https://nlohmann.github.io/json/

Maintainer

The OpenBSD ports mailing-list

Only for arches

aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sparc64

Categories

devel textproc

Build dependencies

Reverse dependencies

Files

Search