# File lib/rabl/helpers.rb, line 113
    def is_name_value?(val)
      val.is_a?(String) || val.is_a?(Symbol)
    end