JSON schema validation
问题 Is there a stable library that can validate JSON against a schema? json-schema.org provides a list of implementations. Notably C and C++ are missing. Is there a reason I can't easily find a C++ JSON schema validator? Doesn't anyone else want a quick way to validate incoming JSON files? 回答1: Is there a stable library that can validate JSON against a schema? I found a couple hits on google: From the Chromium project: http://aaronboodman-com-v1.blogspot.com/2010/11/c-version-of-json-schema.html