Handbook
Glossary
Extensible Data Notation (EDN)
The
edn
vocabulary supports reading and writing from the Extensible Data Notation (EDN) format.
Reading from EDN:
read-edns
( -- objects )
read-edn
( -- object )
edn>
( string -- objects )
Writing into EDN:
write-edns
( objects -- )
write-edn
( object -- )
>edn
( object -- string )