isValidJSONObject(_:)
Returns a Boolean value that indicates whether the serializer can convert a given object to JSON data.
Declaration
class func isValidJSONObject(_ obj: Any) -> BoolParameters
- obj:
The object to test.
Return Value
true if obj can be converted to JSON data; otherwise, false.