Liking cljdoc? Tell your friends :D
Clojure only.

com.yetanalytics.datasim.json


jassocclj

(jassoc coll k v)

Like assoc, but if the first arg is nil it will dispatch on key to create the value, placing val in a new vector if needed. Only has the one simple arity

Like assoc, but if the first arg is nil it will dispatch on key to create the
value, placing val in a new vector if needed. Only has the one simple arity
sourceraw docstring

jassoc-inclj

(jassoc-in m [k & ks] v)

like assoc-in, but for jassoc

like assoc-in, but for jassoc
sourceraw docstring

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

× close