Functions

The following functions are available globally.

  • Undocumented

    Declaration

    Swift

    public func JSONString(data: Data) -> String?
  • Undocumented

    Declaration

    Swift

    public func JSONDictionary(data: Data) throws -> [String : AnyObject]?
  • Undocumented

    Declaration

    Swift

    public func JSONData(string: String) throws -> Data?
  • Undocumented

    Declaration

    Swift

    public func JSONData(dictionary: [String : Any]) throws -> Data