https://github.com/nuid/codec
Cross-platform (de)serialization facilities
https://github.com/nuid/codec
clj cljs decoding deserialization encoding serialization
Last synced: 4 months ago
JSON representation
Cross-platform (de)serialization facilities
- Host: GitHub
- URL: https://github.com/nuid/codec
- Owner: NuID
- License: apache-2.0
- Created: 2019-10-07T20:31:11.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T13:34:23.000Z (over 2 years ago)
- Last Synced: 2025-03-13T09:44:37.794Z (over 1 year ago)
- Topics: clj, cljs, decoding, deserialization, encoding, serialization
- Language: Clojure
- Homepage: https://nuid.io
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE.md
Awesome Lists containing this project
README
# nuid.codec
Cross-platform (de)serialization.
## Requirements
[`jvm`](https://www.java.com/en/download/), [`node + npm`](https://nodejs.org/en/download/), [`clj`](https://clojure.org/guides/getting_started), [`shadow-cljs`](https://shadow-cljs.github.io/docs/UsersGuide.html#_installation)
## Clojure and ClojureScript
### tools.deps:
`{nuid/codec {:git/url "https://github.com/nuid/codec" :sha "..."}}`
## Licensing
Apache v2.0 or MIT