PDFJSONSerializable

public protocol PDFJSONSerializable : PDFJSONRepresentable

Undocumented

  • toJSON(options:) Extension method

    Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    public var JSONRepresentation: AnyObject { get }