lloyd / yajl

A fast streaming JSON parsing library in C.
http://lloyd.github.com/yajl
ISC License
2.15k stars 435 forks source link

Validating json schemas? (commandline tool next to `json_verify`) #115

Open o-jasper opened 10 years ago

o-jasper commented 10 years ago

Validating json-schema with the same thing to validate json would be nice.(json_verify)

But i realize it is a bunch of work and i should be happy for what is here already :) , but i feel i though throw the idea in here anyway.

o-jasper commented 10 years ago

Node.js can easily do it, and i suppose this isnt necessary other than for testing/debugging, so the extra dependence isnt much of an issue. (So maybe its low priority.)