Sha256: f436b5ddd04a8f4fb769a3fa3f154c4284b30ad510deddfa6a479949f6512b0d

Contents?: true

Size: 195 Bytes

Versions: 42

Compression:

Stored size: 195 Bytes

Contents

class Object
  # Dumps object in JSON (JavaScript Object Notation). See www.json.org for more info.
  def to_json(options = {})
    ActiveSupport::JSON.encode(instance_values, options)
  end
end

Version data entries

42 entries across 41 versions & 14 rubygems

Version Path
radiant-0.7.2 vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
vibes-bj-1.2.2 spec/rails_root/vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
vibes-bj-1.2.1 spec/rails_root/vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
nbudin-castronaut-0.7.5 vendor/activesupport/lib/active_support/json/encoders/object.rb
usher-0.7.0 spec/rails2_2/vendor/rails/vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
usher-0.7.0 spec/rails2_2/vendor/rails/vendor/rails/activesupport/pkg/activesupport-2.2.2/lib/active_support/json/encoders/object.rb
factorylabs-castronaut-0.7.5 vendor/activesupport/lib/active_support/json/encoders/object.rb
activesupport-2.2.3 lib/active_support/json/encoders/object.rb
webroar-0.2.2 src/admin_panel/vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
activesupport-2.2.2 lib/active_support/json/encoders/object.rb
activesupport-2.3.2 lib/active_support/json/encoders/object.rb
activesupport-2.1.2 lib/active_support/json/encoders/object.rb
activesupport-2.1.1 lib/active_support/json/encoders/object.rb
activesupport-2.1.0 lib/active_support/json/encoders/object.rb
antfarm-0.3.0 rails/vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
antfarm-0.4.0 rails/vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
mack-active_record-0.8.2 lib/gems/activesupport-2.2.2/lib/active_support/json/encoders/object.rb
mack-facets-0.8.3.1 lib/gems/activesupport-2.2.2/lib/active_support/json/encoders/object.rb
mack-facets-0.8.3 lib/gems/activesupport-2.2.2/lib/active_support/json/encoders/object.rb
radiant-0.7.0 vendor/rails/activesupport/lib/active_support/json/encoders/object.rb