Map; import com.fasterxml.jackson.annotation.JsonProperty; public class SimpleUserObject { @JsonProperty("user") private Map user; ...
確定! 回上一頁