JSON schema validation

前端 未结 5 1830
迷失自我
迷失自我 2021-01-30 14:28

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

5条回答
  •  广开言路
    2021-01-30 14:46

    If you can accommodate a polyglot approach, Ajv appears to be a solid JavaScript implementation.

    https://ajv.js.org/

    Note: There is also an ajv-cli

    https://github.com/jessedc/ajv-cli

提交回复
热议问题