confick.edn
read-string
(read-string s)(read-string opts s)Read configuration from a string of edn. Configuration keys may be denoted
by tagging keys with #cnf/opt, #cnf/req and #cnf/or.
Example:
(read-string
"{:address #cnf/req [:tcp :address] :port #cnf/or [[:tcp :port] 80]}")