This is a C++ library for validating JSON documents based on a JSON Schema which itself should validate with draft-7 of JSON Schema Validation. First a disclaimer: It is work in progress and ...
Ever found yourself staring at a wall of unformatted JSON, trying to figure out what's wrong? Or maybe you need to quickly convert JSON to YAML for a config file, or export it as CSV for your ...