JSONKey

public enum JSONKey

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

  • Declaration

    Swift

    case index(Int)
  • Declaration

    Swift

    case key(String)