- Timestamp:
- 03/26/08 12:27:52 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activesupport/lib/active_support/json/encoders/object.rb
r7736 r9093 1 1 class Object 2 # Dumps object in JSON (JavaScript Object Notation). See www.json.org for more info.2 # Dumps object in JSON (JavaScript Object Notation). See www.json.org for more info. 3 3 def to_json(options = {}) 4 4 ActiveSupport::JSON.encode(instance_values, options)