Liking cljdoc? Tell your friends :D

edamame.core


parse-stringclj/s

(parse-string s)
(parse-string s opts)

Parses first EDN value from string.

Supported options:

:dispatch: a map of characters to functions which will receive the parsed EDN value when encountering the char. Map may be nested for dispatch characters. See README.md for examples.

Additional arguments to tools.reader like :readers for passing reader tag functions.

Parses first EDN value from string.

Supported options:

`:dispatch`: a map of characters to functions which will receive the
parsed EDN value when encountering the char. Map may be nested for
dispatch characters. See README.md for examples.

Additional arguments to tools.reader like `:readers` for passing
reader tag functions.
sourceraw docstring

parse-string-allclj/s

(parse-string-all s)
(parse-string-all s opts)

Like parse-string but parses all values from string and returns them in a vector.

Like parse-string but parses all values from string and returns them
in a vector.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close