Liking cljdoc? Tell your friends :D

miladb.edn


get-providerclj

(get-provider)

readclj

(read reader)
(read opts reader)

Read one EDN form from reader.

Delegates to clojure.edn/read so reader options keep their usual semantics.

Read one EDN form from `reader`.

Delegates to `clojure.edn/read` so reader options keep their usual semantics.
raw docstring

read-stringclj

(read-string s)
(read-string opts s)

Read EDN from s.

When fast-edn.core/read-string is present on the classpath, the one-arity path prefers that implementation. The two-arity path delegates to clojure.edn/read-string so reader options keep their usual semantics.

Read EDN from `s`.

When `fast-edn.core/read-string` is present on the classpath, the one-arity
path prefers that implementation. The two-arity path delegates to
`clojure.edn/read-string` so reader options keep their usual semantics.
raw 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