No description
ebin | ||
include | ||
priv | ||
src | ||
test/cases | ||
LICENSE | ||
makefile | ||
README.markdown | ||
rebar |
jsx
basically yajl, but in erlang. born from a need for a stream based, incremental parser capable of outputting a number of representations. more of a json toolkit than a complete json parser. see the homepage for examples of what it can do.
installation
make
to build jsx
make install
to install into code:root_dir()
notes
jsx supports utf8, utf16 (little and big endian) and utf32 (little and big endian). future support is planned for erlang iolists