Collection

public extension Collection where Iterator.Element: JSONModel

Available where Iterator.Element: JSONModel

  • Undocumented

    Declaration

    Swift

    func toJSON() -> [[String : Any]?]
  • Undocumented

    Declaration

    Swift

    func toJSONString(prettyPrint: Bool = false) -> String?