Liking cljdoc? Tell your friends :D
Clojure only.

com.walmartlabs.dyn-edn

Support for #dyn/prop and related reader macros.

Support for #dyn/prop and related reader macros.
raw docstring

env-readersclj

(env-readers)
(env-readers properties)

Creates a properties map from environment variables and JVM system properties.

Environment variables are added to the map twice: once with direct string keys, then again with the string key converted to a symbol. This allows for bare symbols in the EDN to resolve.

System properties are then added as key/value pairs; the keys are always strings.

Finally, the provided properties are merged in and the result passed to readers.

Creates a properties map from environment variables and JVM system properties.

Environment variables are added to the map twice: once with direct string keys,
then again with the string key converted to a symbol.  This allows for bare
symbols in the EDN to resolve.

System properties are then added as key/value pairs; the keys are always strings.

Finally, the provided properties are merged in and the result passed to [[readers]].
sourceraw docstring

readersclj

(readers properties)

Creates a map of readers:

  • #dyn/prop
  • #dyn/keyword
  • #dyn/long
  • #dyn/boolean
  • #dyn/join

The properties are used when creating the #dyn/prop reader.

Creates a map of readers:

* `#dyn/prop`
* `#dyn/keyword`
* `#dyn/long`
* `#dyn/boolean`
* `#dyn/join`

The properties are used when creating the `#dyn/prop` reader.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close