class func data(withJSONObject : Any, options: JSONSerialization.WritingOptions) -> Data
Returns JSON data from a Foundation object.
JSONデータをFoundationオブジェクトから返します。
struct JSONSerialization.WritingOptions
Options for writing JSON data.
JSONデータの書き込みに対するオプション。
class func isValidJSONObject (Any) -> Bool
Returns a Boolean value that indicates whether the serializer can convert a given object to JSON data.
シリアライザがある与えられたオブジェクトをJSONデータに変換できるかどうかを指し示すブール値を返します。