How does JsonProperty work when used with a variable vs getters/setters?
For example,
Situation 1 - @JsonProperty on variable
class Shape { @Js