Registry / serialization / valijson

valijson

JSON →
library1.1.0vcpkgunverified

Header-only C++ library for JSON Schema validation

vcpkg install valijson
INSTALL
IMPORT
SIG · VALIJSON
V
valijson
serializationcppv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

valijson/validator.hpp
#include <valijson/validator.hpp>

Create a JSON Schema validator

#include <valijson/validator.hpp> #include <valijson/adapters/nlohmann_json_adapter.hpp> int main() { valijson::Validator validator; valijson::Schema schema; valijson::adapters::NlohmannJsonAdapter adapter; return 0; }
Debug
Known issues
gotchaHeader-only but requires a JSON parser adapter (e.g., nlohmann-json)
fix
Add nlohmann-json as a dependency and include the appropriate adapter header
affects: *
Upgrade
Version history
1.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources

No resource links recorded.

valijson — pip install valijson · libregistry