JSONIndex

public enum JSONIndex : Comparable

Undocumented

  • Undocumented

    Declaration

    Swift

    case array(Int)
  • Undocumented

    Declaration

    Swift

    case dictionary(DictionaryIndex<String, ATJSON>)
  • Undocumented

    Declaration

    Swift

    case null