# File lib/dm-types/json.rb, line 17 def valid?(value, negated = false) super || dump(value).kind_of?(::String) end