class MultiJson::Adapter
def blank?(input)
def blank?(input) input.nil? || BLANK_RE.match?(input) rescue ArgumentError # invalid byte sequence in UTF-8 false end
def blank?(input) input.nil? || BLANK_RE.match?(input) rescue ArgumentError # invalid byte sequence in UTF-8 false end