/json_stream_parse

An evented, streaming json parser for Erlang.

Primary LanguageErlangApache License 2.0Apache-2.0

json_stream_parse README
========================

This is a streaming, evented JSON parser written in Erlang. It allows the
JSON to be streamed as it's parsed, and as each JSON element is parsed it
calls the user supplied event function.