# File lib/rufus/json.rb, line 99
  def self.backend

    %w[ yajl json active none ].find { |b|
      Rufus::Json.const_get(b.upcase) == @backend
    }.to_sym
  end