Array

struct Array<Element> : RandomAccessCollection, MutableCollection
  • Converts an instance of Array whose elements conform to JSONEncodable to JSON. - returns: An instance of JSON where the enum case is .array.

    Declaration

    Swift

    public func toJSON() -> JSON

    Return Value

    An instance of JSON where the enum case is .array.