blob: 387afe10938ecb38c8a4d7ab2a004ff886329e85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "json-schema-validator",
"version-string": "2.1.0",
"port-version": 1,
"description": "This is a C++ library for validating JSON documents based on a JSON Schema. This validator is based on nlohmann json library.",
"homepage": "https://github.com/pboettch/json-schema-validator",
"dependencies": [
{
"name": "nlohmann-json",
"default-features": false
}
]
}
|