JSONKey
public enum JSONKey
To mark both String and Int can be used in subscript.
-
Undocumented
Declaration
Swift
case index(Int)
-
Undocumented
Declaration
Swift
case key(String)