https://github.com/majorcluster/clj-data-adapter
A Clojure library designed to convert data
https://github.com/majorcluster/clj-data-adapter
clojure data lib library
Last synced: 7 months ago
JSON representation
A Clojure library designed to convert data
- Host: GitHub
- URL: https://github.com/majorcluster/clj-data-adapter
- Owner: majorcluster
- License: mit
- Created: 2022-06-10T12:20:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T18:12:00.000Z (almost 2 years ago)
- Last Synced: 2025-06-30T19:05:30.675Z (7 months ago)
- Topics: clojure, data, lib, library
- Language: Clojure
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# clj-data-adapter
[](https://clojars.org/org.clojars.majorcluster/clj-data-adapter)
A Clojure library designed to have handy data conversions
Particularly useful when transferring data between ports (external sources) into your logic layers and vice-versa
## Usage
* Add the dependency:
```clojure
[org.clojars.majorcluster/clj-data-adapter "LAST RELEASE NUMBER"]
```
## Publish
### Requirements
* Leiningen (of course 😄)
* GPG (mac => brew install gpg)
* Clojars account
* Enter clojars/tokens page in your account -> generate one and use for password
```shell
export GPG_TTY=$(tty) && lein deploy clojars
```
## Documentation
[Read the docs](https://github.com/mtsbarbosa/clj-data-adapter/tree/main/doc/intro.md)