An open API service indexing awesome lists of open source software.

https://github.com/markmandel/edn-example

Small example of how to take Clojure data structures, and convert them to EDN format, and also read them back again.
https://github.com/markmandel/edn-example

Last synced: 4 months ago
JSON representation

Small example of how to take Clojure data structures, and convert them to EDN format, and also read them back again.

Awesome Lists containing this project

README

          

# EDN Example

This is a small example of how to take Clojure data structures, and convert them to EDN format, and also read them back again.

This includes custom EDN tags, and a couple of different strategies on how to process them.

## Installation

Clone this repository to your local machine.

## Usage

Run `lein run` to see the output on screen and watch the examples run.

## License

Copyright © 2013 Mark Mandel

Distributed under the Apache License, Version 2.0.

## Contribution

If there are any extra examples you can think of with EDN, Pull Requests are welcome!