# File lib/em-twitter/response.rb, line 26
      def complete?
        @body.size > 0 && json_start?(@body) && json_end?(@body)
      end