We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8465be6 commit 0b76dc6Copy full SHA for 0b76dc6
use/libs/noui/lib-gson.md
@@ -45,7 +45,7 @@ public class JsonTest {
45
46
private transient int ignoreKey;
47
48
- @SerializedName("key")
+ @SerializedName(value = "key", alternate = {"index"})
49
private int key;
50
51
@SerializedName("value1")
0 commit comments