blob: 28eb3066e6e84b89adfde9340588c8e4eda025f3 [file] [log] [blame]
Name: Valijson
Short Name: valijson
URL: https://github.com/tristanpenman/valijson
Security Critical: yes
License: 2-Clause BSD
License File: src/LICENSE
Description:
Valijson is a header-only JSON Schema Validation library for C++11.
Valijson provides a simple validation API that allows you to load JSON Schemas,
and validate documents loaded by one of several supported parser libraries. In
Open Screen, Valijson is used exclusively with JsonCpp.