I'd like to announce a new version of json-schema. Leiningen coordinates: [webjure/json-schema "0.7.2"] Github: https://github.com/tatut/json-schema
The validator valdiates JSON documents against JSON schema (http://json-schema.org/). There are two modes: a runtime validate function, which takes a schema and some JSON (and some optional options) and returns an error map describing the validation errors or nil if data is valid. The other mode is a macro make-validator that loads the schema at compile time and emits a validation function for it. The validator is tested against the JSON schema test suite for draft4 and passes nearly all tests. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.