Module: JSONGem (ActiveSupport::JSON::Backends)

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

Overview

Module Structure

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

Constants

JSONGem::ParseError

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

ParseError = ::JSON::ParserError   

Instance Methods

JSONGem#decode / 1

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

decode ( json )

JSONGem#convert_dates_from / 1

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

convert_dates_from ( data )