jsx/README.markdown

27 lines
582 B
Markdown
Raw Normal View History

2010-07-29 22:59:23 -07:00
jsx
===
basically [yajl][1], 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][2] for examples of what it can do.
2010-07-29 22:59:23 -07:00
installation
------------
2010-07-29 22:59:23 -07:00
`make` to build jsx
`make install` to install into `code:root_dir()`
2010-07-29 22:59:23 -07:00
notes
-----
jsx supports utf8, utf16 (little and big endian) and utf32 (little and big endian). future support is planned for erlang iolists
[1]: http://lloyd.github.com/yajl
[2]: http://talentdeficit.github.com/jsx