Skip to content

8.14.8

Compare
Choose a tag to compare
@flobernd flobernd released this 02 Aug 08:38
411aaee

What's Changed

  • Improve ToCamelCase to match STJ behavior by @flobernd in #8278
    • This changes the DefaultFieldNameInferrer behavior to produce the same names as the JsonNamingPolicy.CamelCase naming policy
    • This could be a breaking change, if strict mapping is enabled. Use the [JsonPropertyName("name")] attribute on any property to override its name.

Full Changelog: 8.14.7...8.14.8