No description
Find a file
alisdair sullivan 375bd8ee11 added .gitignore
2010-08-02 20:53:29 -07:00
ebin added .app file 2010-06-02 21:11:21 -07:00
include major change to api, {incomplete, Next, Force} replaced by {incomplete, Next/1} where Next/1 accepts 'end_stream' to replicate what Force/1 used to do 2010-07-27 00:05:45 -07:00
priv simplified api, end_json now signifies you can cease parsing, no need to continue and check tail 2010-08-02 20:42:12 -07:00
src whitespace changes 2010-08-01 20:05:28 -07:00
test simplified api, end_json now signifies you can cease parsing, no need to continue and check tail 2010-08-02 20:42:12 -07:00
.gitignore added .gitignore 2010-08-02 20:53:29 -07:00
LICENSE and the license 2010-05-31 21:00:16 -07:00
makefile updated README 2010-07-29 22:59:23 -07:00
README.markdown updated readme to reflect new, better documentation 2010-08-02 10:10:15 -07:00
rebar reworked build system to use rebar, tests still use external script, moved jsx_decoder.erl template to /priv from /src 2010-07-26 18:04:23 -07:00

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