ODGN ConcatJSON
Implements a type of Concatenated JSON streaming
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, the package can be installed
by adding odgn_concat_json to your list of dependencies in mix.exs:
def deps do
[
{:odgn_concat_json, "~> 0.1.0"}
]
endUsage
todo
Notes
Notes taken from manidlou/concatjson