An open API service indexing awesome lists of open source software.

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

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).