Comprehensive specification of input
Comprehensive specification of input
(realize-subobjects json-result)
Make subobjects from JSON into records
Make subobjects from JSON into records
(unrealize-subobjects input)
Make subobjects ready for writing to JSON
Make subobjects ready for writing to JSON
(validate input)
Validate input using the FromInput protocol. Does no handling on result.
Returns a coll of maps on failure, nil
on success.
Validate input using the FromInput protocol. Does no handling on result. Returns a coll of maps on failure, `nil` on success.
(validate-throw input)
Validate input using the FromInput protocol. Throw an exception if the input isn't valid.
Validate input using the FromInput protocol. Throw an exception if the input isn't valid.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close