README.md

# ODGN ConcatJSON

Implements a type of [Concatenated JSON streaming](https://en.wikipedia.org/wiki/JSON_streaming#Line-delimited_JSON)

Does not by itself parse the JSON, however will manipulate incoming data so that a JSON parser will be able to use.


## 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
```


## Usage

todo



## Notes

Notes taken from [manidlou/concatjson](https://github.com/manidlou/concatjson)