# File lib/rabl/configuration.rb, line 89
    def json_engine
      @json_engine || (defined?(::Oj) ? ::Oj : ::JSON)
    end