Eden
EDN encoder/decoder
An Elixir library that provides an encoder/decoder for the extensible data notation (EDN) format.
edn (extensible data notation) encoder/decoder for Elixir
38 stars
3 watching
7 forks
Language: Elixir
last commit: 8 months ago
Linked from 1 awesome list
clojureednelixirserialization
Related projects:
Repository | Description | Stars |
---|---|---|
cblage/elixir-json | Provides native JSON encoding and decoding support for Elixir | 217 |
meh/jazz | A JSON handling library for Elixir. | 61 |
elixirs/base62 | A pure Elixir implementation of Base62 encoding and decoding | 20 |
checkiz/elixir-bson | An Elixir implementation of the BSON data format | 26 |
treye/json_stream_encoder | A streaming JSON encoder for Elixir that prioritizes memory efficiency and parallelism over raw speed. | 8 |
mana-ethereum/ex_rlp | An Elixir implementation of Ethereum's RLP encoding specification | 31 |
gjaldon/base58check | A library providing functions for Base58Check encoding and decoding in Elixir | 16 |
woxtu/elixir-mbcs | A library providing functions for character encoding conversion using the erlang-mbcs module | 27 |
mschae/jwtex | A library for encoding and decoding JSON Web Tokens (JWTs) using various encryption algorithms. | 5 |
wttj/ecto_anon | An Elixir library for anonymizing data in Ecto models by applying custom masking or redaction rules to sensitive fields. | 89 |
rjsamson/hexate | A module for encoding and decoding hexadecimal data in Elixir | 30 |
jrdnull/base58 | An Elixir implementation of Base58 encoding/decoding | 15 |
guedes/exjson | An Elixir implementation of the JSON specification for parsing and generating structured data in Erlang. | 71 |
martinsvalin/html_entities | A library for decoding and encoding HTML entities in strings | 88 |
tchoutri/eikon | An Elixir library providing a read-only interface for image files. | 12 |