# File lib/grape/validations/types/json.rb, line 29 def value_coerced?(value) value.is_a?(::Hash) || coerced_collection?(value) end