-2

Most libraries, it seems, do not support easy use in browsers. Isn't there a reliable JSON Schema validator library which I can load into my browser just as easily as many other libraries?

It would be extra great if it was available as a Node.js module for the back-end. I just want to check some schemas. Does anyone know if this exists anywhere?

I thank you in advance.

1 Answers1

2

You can find a list of JSON Schema implementations here. If you know of others, please open an issue or pull request!

Jason Desrosiers
  • 22,479
  • 5
  • 47
  • 53
Ether
  • 53,118
  • 13
  • 86
  • 159