Module: Yajl (ActiveSupport::JSON::Backends)

Overview
Module Structure
Constants
Yajl::ParseError
Instance Methods
Yajl#decode / 1
Yajl#convert_dates_from / 1
is a submodule of
module: Backends ( ActiveSupport::JSON )
extends
  Yajl ( ActiveSupport::JSON::Backends )
is extended by
module: Yajl ( ActiveSupport::JSON::Backends )
has properties
constant: ParseError   
method: decode / 1   
method: convert_dates_from / 1   
is defined at
#6 in active_support/json/backends/yajl.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
  module: JSON
  module: Backends
module: Yajl     

Constants

Yajl::ParseError

#7 in active_support/json/backends/yajl.rb

ParseError = ::Yajl::ParseError   

Instance Methods

Yajl#decode / 1

#11 in active_support/json/backends/yajl.rb

decode ( json )

Yajl#convert_dates_from / 1

#21 in active_support/json/backends/yajl.rb

convert_dates_from ( data )