garycourt / JSV

A JavaScript implementation of an extendable, fully compliant JSON Schema validator.
618 stars 84 forks source link

Is this project dead ? #82

Open themihai opened 11 years ago

jimklo commented 10 years ago

I'm wondering this as well...

ikr commented 10 years ago

+1

atrniv commented 10 years ago

+1

acornejo commented 10 years ago

If you are looking for an easy to use alternative with draft4 support check out jjv (I maintain it):

https://github.com/acornejo/jjv

It passes all the draft4 spec JSON tests released by json-schema.org (including optional formats).

Reggino commented 10 years ago

@garycourt if you need a maintainer, please let me know.

garycourt commented 10 years ago

This project is no longer being maintained by me as I no longer have any projects that use this code, and am no longer participating in the JSON Schema forum. I have had several people interested in maintaining it, but no one actually did anything. If you would like to step up and maintain it @Reggino, be my guest.

ebdrup commented 9 years ago

If you are looking for alternative to JSV (that seems to be not updated) take a look here for a list of validators, their performance, and standards compliance: https://github.com/Muscula/json-schema-benchmark

philsturgeon commented 4 years ago

I'd recommend pointing folks to https://www.npmjs.com/package/@hyperjump/json-schema it's got 2019-19 support and is being actively maintained.