Let's say I have defined enum Fruit. enum Fruit {apple, banana}. In the JSON payload of an API call, I'm getting string value of the enum. So ...
確定! 回上一頁