Method: Facebooker::Feed::TemplatizedAction#convert_json

Defined in:
lib/facebooker/feed.rb

#convert_json(hash_or_string) ⇒ Object



52
53
54
# File 'lib/facebooker/feed.rb', line 52

def convert_json(hash_or_string)    
  (hash_or_string.is_a?(Hash) and hash_or_string.respond_to?(:to_json)) ? hash_or_string.to_json : hash_or_string
end