Skip to content

Commit

Permalink
readme: add data.{json,xml,csv}
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-wa authored Jun 24, 2024
1 parent 1b25669 commit a6a2d5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ cq aims to:
- [specter](https://github.com/redplanetlabs/specter) - `(s/...)`
- [medley](https://github.com/weavejester/medley) - `(m/...)`
- [camel-snake-kebab](https://clj-commons.org/camel-snake-kebab/) - `(csk/...)`
- [xml-in](https://github.com/tolitius/xml-in) - `(xml/...)`
- [xml-in](https://github.com/tolitius/xml-in) - `(xml-in/...)`
- [data.json](https://github.com/clojure/data.json) - `(json/...)`
- [data.csv](https://github.com/clojure/data.csv) - `(csv/...)`
- [data.xml](https://github.com/clojure/data.xml) - `(xml/...)`

## Usage

Expand Down

0 comments on commit a6a2d5c

Please sign in to comment.