jerkson
jerkson copied to clipboard
Support dashes in json property names?
Is there any way to configure jerkson so that json containing properties with dashes in the names such as "localized-name" would be mappable?
Hi I have the same request. Jackson has an annotation, @JsonProperty("first-name"). I tried to use it with Jerkson, but that did not work out.
Are we supposed to use something else than @JsonProperty?