Skip to content

JSONTypeFormat

mattpolzin edited this page May 23, 2020 · 4 revisions

JSONTypeFormat

public enum JSONTypeFormat

Inheritance

Equatable

Enumeration Cases

boolean

case boolean(: BooleanFormat)

object

case object(: ObjectFormat)

array

case array(: ArrayFormat)

number

case number(: NumberFormat)

integer

case integer(: IntegerFormat)

string

case string(: StringFormat)

Properties

jsonType

var jsonType: JSONType

swiftType

var swiftType: Any.Type
Types
Protocols
Global Functions
Extensions

Clone this wiki locally