Data.edn 0.1.0-SNAPSHOT API documentation
A library for creation of edn data.
com.thortech.data.edn
Generate edn by printing using the IPrintble protocol to a writer that impliments the IWriter protocol.
Public variables and functions:
com.thortech.data.edn.generators
An extension of clojure.data.generators... TODO
Public variables and functions:
com.thortech.impls.printable.default
Extending IPrintable to core types with a method of interjecting comments, whitespace, tags, and discarded data amongst the printing of the actual data.
Public variables and functions:
com.thortech.impls.writer.io-writer
Implementation of the IWriter protocol extended to java.io.Writer
Public variables and functions:
com.thortech.print.protocols.printable
Protocol for making types printable.
Public variables and functions:
com.thortech.print.protocols.writer
Writer protocol