Liking cljdoc? Tell your friends :D
Clojure only.

protean.api.transformation.jsonvalidation

Tools for validating json/xml.

Tools for validating json/xml.
raw docstring

validateclj

(validate schema data)

Validates the given 'data' against the JSON schema. Returns an object with an :success property that equals true when the schema could successfully be validated. It additionally contains a :message property with a human readable error description.

Validates the given 'data' against the JSON schema. Returns an object
with an :success property that equals true when the schema could
successfully be validated. It additionally contains a :message property
with a human readable error description.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close