Open Class Methodswift 6.0.3Foundation
writeJSONObject(_:toStream:options:)
class func writeJSONObject(_ obj: Any, toStream stream: OutputStream, options opt: JSONSerialization.WritingOptions) throws -> Int
class func writeJSONObject(_ obj: Any, toStream stream: OutputStream, options opt: JSONSerialization.WritingOptions) throws -> Int
s10Foundation17JSONSerializationC15writeJSONObject_8toStream7optionsSiyp_AA06OutputF0CAC14WritingOptionsVtKFZ
What are these?74A3L
import Foundation
class JSONSerialization
class OutputStream
struct WritingOptions
@frozen struct Int
A signed integer value type.
class func data(withJSONObject value: Any, options opt: JSONSerialization.WritingOptions = []) throws -> Data
class func isValidJSONObject(_ obj: Any) -> Bool
class func jsonObject(with data: Data, options opt: JSONSerialization.ReadingOptions = []) throws -> Any
class func jsonObject(with stream: InputStream, options opt: JSONSerialization.ReadingOptions = []) throws -> Any
struct ReadingOptions