Extension (Class)swift-nio 2.74.0all tags
JSONSerialization (ext)
You’re viewing third-party extensions to JSONSerialization
, a class from the Swift standard library.
You can also read the documentation forJSONSerialization
itself.
extension JSONSerialization
Extension in NIOFoundationCompat
Type members
static func jsonObject(with: ByteBuffer, options: JSONSerialization.ReadingOptions
) throws -> Any Attempts to derive a Foundation object from a ByteBuffer and return it as
T
.