| .. | ||
| CMakeLists.txt | ||
| README.md | ||
| stand-alone.cpp | ||
Stand Alone Example
This demonstrate how to use json-schema-validator in you own cmake project.
Build
cmake -B build .
cmake --build build
Run
./build/stand-alone <schema.json> <file.json>
| .. | ||
| CMakeLists.txt | ||
| README.md | ||
| stand-alone.cpp | ||
This demonstrate how to use json-schema-validator in you own cmake project.
cmake -B build .
cmake --build build
./build/stand-alone <schema.json> <file.json>