# File lib/grape/validations/types/json.rb, line 53
        def coerce(input)
          json = super
          Array.wrap(json) unless json.nil?
        end