TPJSONSerializable

public protocol TPJSONSerializable: TPJSONRepresentable

Undocumented

  • toJSON(options:) Extension method

    Undocumented

    Declaration

    Swift

    public func toJSON(options: JSONSerialization.WritingOptions = []) -> String?
  • JSONRepresentation Extension method

    Undocumented

    Declaration

    Swift

    public var JSONRepresentation: AnyObject