Skip to content

Specification File Defaults in C++ Parser

We have a C++ JSON file parser. The specification file schema is a JSON file itself. Hence, we could read default values also directly from the schema.

Edit:

We could generate most of the C/C++ parser directly from the JSON schema.

Edit 2:

There is now also a C/C++ header-only library for JSON file validation.

Edited by Ghost User