We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I can't do this: @jsonkey(name: "text", alternate = {"full_text"}) String text;
in gson I can do something like: @SerializedName(value = "text", alternate = {"full_text"}) public final String text;