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.
- Host: GitHub
- URL: https://github.com/markmandel/edn-example
- Owner: markmandel
- Created: 2013-11-26T01:33:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-28T07:48:18.000Z (over 12 years ago)
- Last Synced: 2025-10-10T16:34:16.476Z (8 months ago)
- Language: Clojure
- Size: 133 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!