https://github.com/odogono/elixir-concat-json
A concatenated JSON streaming parser
https://github.com/odogono/elixir-concat-json
elixir json
Last synced: about 1 month ago
JSON representation
A concatenated JSON streaming parser
- Host: GitHub
- URL: https://github.com/odogono/elixir-concat-json
- Owner: odogono
- Created: 2019-02-15T17:09:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T17:10:58.000Z (over 7 years ago)
- Last Synced: 2025-02-23T18:17:50.779Z (over 1 year ago)
- Topics: elixir, json
- Language: Elixir
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OdgnConcatJson
**TODO: Add description**
[Concatenated JSON streaming](https://en.wikipedia.org/wiki/JSON_streaming#Line-delimited_JSON)
Notes taken from [manidlou/concatjson](https://github.com/manidlou/concatjson)
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `odgn_concat_json` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:odgn_concat_json, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/odgn_concat_json](https://hexdocs.pm/odgn_concat_json).