JSONKey

public enum JSONKey

To mark both String and Int can be used in subscript.

  • Undocumented

    Declaration

    Swift

    case index(Int)
  • key

    Undocumented

    Declaration

    Swift

    case key(String)