Type Aliases
The following type aliases are available globally.
-
A collection of name-value pairs representing a JSON object.
This may be decoded from, or encoded to, a
google.protobuf.Struct
.Declaration
Swift
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) public typealias JSONObject = [String : JSONValue]