# File lib/thinking_sphinx/real_time/attribute.rb, line 12 def translate(object) output = super || default_value json? ? output.to_json : output end