Liking cljdoc? Tell your friends :D

grafeo.util


conform!clj/s

(conform! spec x)

Conform x against spec, or raise an exception.

Conform `x` against `spec`, or raise an exception.
sourceraw docstring

decode-jsonclj/s

(decode-json s)

Decode s as JSON.

Decode `s` as JSON.
sourceraw docstring

encode-jsonclj/s

(encode-json obj)

Encode obj as JSON.

Encode `obj` as JSON.
sourceraw docstring

hyphenateclj/s

(hyphenate s)
source

hyphenate-keysclj/s

(hyphenate-keys m)
source

pprintclj/s

(pprint x)
source

reset-metadataclj/s

(reset-metadata m)
source

simple-class-nameclj/s

(simple-class-name sym)

Given an symbol of a class, returns it's simple name. Leaves the fragment spread '... as is.

Given an symbol of a class, returns it's simple name. Leaves the
fragment spread '... as is.
sourceraw docstring

strip-keysclj/s

(strip-keys m ks)
source

strip-locclj/s

(strip-loc m)
source

strip-metadataclj/s

(strip-metadata m)
source

strip-non-nullclj/s

(strip-non-null s)
source

strip-variableclj/s

(strip-variable s)
source

transform-keysclj/s

(transform-keys m transform-fn)
source

transform-locclj/s

(transform-loc m)
source

underscoreclj/s

(underscore s)
source

underscore-keysclj/s

(underscore-keys m)
source

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

× close