You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Sometimes I want to flatten a JSON object into POPHPO.
For example Jackson provide following feature in annotation: @JsonProperty("filter.key1"). @JsonProperty like annotation should handle nested values.
Description
Sometimes I want to flatten a JSON object into POPHPO.
For example Jackson provide following feature in annotation:
@JsonProperty("filter.key1").@JsonPropertylike annotation should handle nested values.Example
Following JSON:
And unmarshalled object: