parkour.cser documentation

*conf*

Configuration of job being executed/configured during job configuration
de/serialization.

assoc!

(assoc! conf)(assoc! conf key val)(assoc! conf key val & kvs)
Set `key` in `conf` to cser/EDN representation of `val`.

get

(get conf key)(get conf key default)
Clojure data value for `key` in `conf`.

pr-str

(pr-str conf)(pr-str conf x)(pr-str conf x & xs)
Like core `pr-str`, but in the cser context of `conf`.

read-string

(read-string conf s)(read-string conf opts s)
Like core `edn/read-string`, but using cser/EDN reader implementation in the
cser context of `conf`.