Damienkatz / json_stream_parse

An evented, streaming json parser for Erlang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An evented, streaming json parser for Erlang.

License:Apache License 2.0


Languages

Language:Erlang 100.0%