(assert-defined & syms)
Ensures that zero or more symbols are defined.
Ensures that zero or more symbols are defined.
(decode-json source)
Parses a JSON stream or string.
Parses a JSON stream or string.
(find-value m ks)
Finds the value associated with a key in a map. The first non-nil value associated with one of the given keys is returned. With the current implementation, the keys provided must be keywords.
Finds the value associated with a key in a map. The first non-nil value associated with one of the given keys is returned. With the current implementation, the keys provided must be keywords.
(to-utc timestamp)
Converts a formatted timestamp to UTC.
Converts a formatted timestamp to UTC.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close