Skip to content

Instantly share code, notes, and snippets.

@w01fe
Last active January 2, 2016 04:09
Show Gist options
  • Save w01fe/8248688 to your computer and use it in GitHub Desktop.
Save w01fe/8248688 to your computer and use it in GitHub Desktop.
(require '[schema.coerce :as coerce])
(def parse-comment-request
(coerce/coercer CommentRequest coerce/json-coercion-matcher))
(= +good-request+ (parse-comment-request +bad-request+))
;; ==> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment