(get-provider)(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.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |