14 lines
401 B
JSON
Executable File
14 lines
401 B
JSON
Executable File
{
|
|
"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
|
|
}
|
|
]
|
|
}
|