Type Method 型メソッド

isValidJSONObject(_:)

Returns a Boolean value that indicates whether the serializer can convert a given object to JSON data. シリアライザがある与えられたオブジェクトをJSONデータに変換できるかどうかを指し示すブール値を返します。

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. true、もしobjがJSONデータに変換できるならば、そうでなければfalse

See Also 参照

Creating JSON Data JSONデータを作成する