nlohmann-json v3.11.3
- Created
- Updated
JSON for Modern C++
# Usage
The package nlohmann-json provides CMake targets:
find_package(nlohmann_json CONFIG REQUIRED)
target_link_libraries(main PRIVATE nlohmann_json::nlohmann_json)
The package nlohmann-json can be configured to not provide implicit conversions via a custom triplet file:
set(nlohmann-json_IMPLICIT_CONVERSIONS OFF)
For more information, see the docs here:
https://json.nlohmann.me/api/macros/json_use_implicit_conversions/
# License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# diagnostics
Build json_diagnostics
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
- configcat
- cpp-jwt
- cppdap
- cppslippi
- ctbench
- dpp
- fawdlstty-libfv
- frugally-deep
- functions-framework-cpp
- google-cloud-cpp (feature
rest-common
) - inja
- jaeger-client-cpp
- jigson
- json-rpc-cxx
- json-schema-validator
- jsonnet
- kddockwidgets
- libdatachannel
- lief (feature
enable-json
) - minio-cpp
- morphologica
- opentelemetry-cpp
- pdal
- pdal-dimbuilder
- proj
- realsense2
- saucer
- skyr-url
- tdscpp
- tinygltf
- vtk
- vvenc
- webthing-cpp
- xeus
- xtensor
- xtl
# Host Dependents
No dependents.
# Contributors
Felix Bytow
Alexander Karatarakis
Chainik
Mikhail Paulyshka
Robert Schumacher
Stanislav Ershov
Mark Ian Holland
Daniel Marshall
wangli28
past-due
pravic
Kevin Lu
AlvinZhangH
thewhiteninja
Mathis
Ryan Mast
chausner
Thomas Gwynne-Timothy
Mengna Li
Florian Albrechtskirchinger
Kent
gerard-ryan-immersaview
# Changelog
and 19 more commits:
ef90276
[nlohmann-json] Upgrade to 3.7.3c6ee91a
[nlohmann-json] update version to 3.6.1f1e9e41
[nlohmann-json] Update to 3.1.251e8b5d
[nlohmann-json] Update to 3.1.07fbd67d
[nlohmann-json] update to 3.0.19dd2ff2
[nlohmann-json] Update to 3.0.026516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)