Contents

isValidJSONObject(_:)

Returns a Boolean value that indicates whether the serializer can convert a given object to JSON data.

Declaration

class func isValidJSONObject(_ obj: Any) -> Bool

Parameters

  • obj:

    The object to test.

Return Value

true if obj can be converted to JSON data; otherwise, false.

See Also

Creating JSON Data