Data handling functionality. Note: this namespace is not part of the public API of lice-comb and may change without notice.
Data handling functionality. Note: this namespace is not part of the public API of lice-comb and may change without notice.
(load-edn-resource path)
Loads and parses the given EDN file from the classpath.
Loads and parses the given EDN file from the classpath.
(load-string-resource path)
Loads the given classpath resources from the classpath, returning it as a String. Throws ex-info on error.
Notes:
Loads the given classpath resources from the classpath, returning it as a String. Throws ex-info on error. Notes: * Classpath resource paths must not start with a forward slash ('/'). * The JVM does not support hyphens ('-') in classpath resource path elements. Use underscore ('_') instead. * Unlike during class loading, Clojure does not automatically switch hyphens in classpath resource path elements to underscores. This inconsistency can be a time-wasting trap.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close