| Module | ActiveResource::Formats::JsonFormat |
| In: |
activeresource/lib/active_resource/formats/json_format.rb
|
# File activeresource/lib/active_resource/formats/json_format.rb, line 18 def decode(json) ActiveSupport::JSON.decode(json) end
# File activeresource/lib/active_resource/formats/json_format.rb, line 14 def encode(hash) hash.to_json end