clojure.edn

clojure.edn

by Rich Hickey

Full namespace name: clojure.edn

Overview

edn reading.

Public Variables and Functions

readfunction

Usage: (read)
       (read stream)
       (read opts stream)
Reads the next object from stream, which must be an instance of
java.io.PushbackReader or some derivee.  stream defaults to the
current value of *in*.

Reads data in the edn format (subset of Clojure data):
http://edn-format.org

opts is a map that can include the following keys:
:eof - value to return on end-of-file. When not supplied, eof throws an exception.
:readers  - a map of tag symbols