Array

struct Array<Element> : _DestructorSafeContainer
  • Initializes an array of EPContextObject from a JSON dictionary.

    Declaration

    Swift

    public init(json: [String : Any])

    Parameters

    json

    The JSON from which to build

  • Converts an array of EPContextObject into a JSON dictionary.

    Declaration

    Swift

    public func toJSON() -> [String : Any]

    Return Value

    The JSON dictionary created from the EPContextObject array.