Data Validation in Clojure
Malli is a data-driven schema Clojure library for defining types and validating data. It can be used for example to:
type check data when received from untrusted sources i.e. validate that HTTP request bodies before writing to the database
define d...
tonitalksdev.com2 min read