JSON

extension JSON

Undocumented

  • Init JSON object using content of file URL

    Declaration

    Swift

    public init(fileURL: URL, options opt: JSONSerialization.ReadingOptions = .allowFragments) throws
  • Try to get date value.

    Declaration

    Swift

    public var date: Date? { get }