We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2c9cc commit 0afc3f5Copy full SHA for 0afc3f5
1 file changed
library/src/main/java/me/proxer/library/enums/Country.java
@@ -15,4 +15,5 @@ public enum Country {
15
@Json(name = "kr") KOREA,
16
@Json(name = "zh") CHINA,
17
@Json(name = "misc") OTHER,
18
+ @Json(name = "") NONE,
19
}
0 commit comments