json-schema-validator/example
2021-12-10 11:40:04 -05:00
..
CMakeLists.txt adapt ci for FetchContent 2021-12-10 11:40:04 -05:00
README.md simplify stand alone example 2021-12-10 11:11:57 -05:00
stand-alone.cpp simplify stand alone example 2021-12-10 11:11:57 -05:00

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>