Module: Yajl

Defined in:
lib/yajl.rb,
lib/yajl/http_stream.rb,
lib/yajl/gzip/stream_reader.rb,
lib/yajl/gzip/stream_writer.rb,
lib/yajl/bzip2/stream_reader.rb,
lib/yajl/bzip2/stream_writer.rb,
lib/yajl/deflate/stream_reader.rb,
lib/yajl/deflate/stream_writer.rb,
ext/yajl_ext.c

Overview

Yajl

Ruby bindings to the excellent Yajl (Yet Another JSON Parser) ANSI C library.

Defined Under Namespace

Modules: Bzip2, Deflate, Gzip, Stream Classes: EncodeError, Encoder, HttpStream, ParseError, Parser

Constant Summary collapse

VERSION =
"0.5.7"