json_stream_encoder
JSON encoder
A streaming JSON encoder for Elixir that prioritizes memory efficiency and parallelism over raw speed.
Streaming encoder for JSON in elixir.
8 stars
2 watching
0 forks
Language: Elixir
last commit: over 2 years ago
Linked from 1 awesome list
elixirjson
Related projects:
Repository | Description | Stars |
---|---|---|
meh/jazz | A JSON handling library for Elixir. | 61 |
cblage/elixir-json | Provides native JSON encoding and decoding support for Elixir | 217 |
nikita-volkov/jsonifier | A fast and simple JSON encoding toolkit that aims to achieve better performance than existing solutions. | 83 |
francoispqt/gojay | A high-performance JSON parser and encoder with streaming capabilities for Go. | 2,123 |
devinus/poison | A fast and simple JSON parser and encoder for Elixir | 2,027 |
elixirs/base62 | A pure Elixir implementation of Base62 encoding and decoding | 20 |
guedes/exjson | An Elixir implementation of the JSON specification for parsing and generating structured data in Erlang. | 71 |
bet365/jingo | A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps. | 736 |
jfacorro/eden | An Elixir library that provides an encoder/decoder for the extensible data notation (EDN) format. | 38 |
sharplispers/cl-json | A Common Lisp library for encoding and decoding data in the JSON format. | 11 |
ufirstgroup/ymlr | A YAML encoder for Elixir. | 22 |
mschae/jwtex | A library for encoding and decoding JSON Web Tokens (JWTs) using various encryption algorithms. | 5 |
phmarek/yason | A Common Lisp library for encoding and decoding data in the JSON interchange format. | 79 |
rjsamson/hexate | A module for encoding and decoding hexadecimal data in Elixir | 30 |
wi2l/jettison | Fast JSON encoding library for Go with configurable options and native support for standard library types. | 174 |