unplugged-system/external/openscreen/third_party/valijson
2025-10-06 13:59:42 +00:00
..
BUILD.gn Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.chromium Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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.