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
fix(compat): add ParserConfig.propertyNamingStrategy for fastjson 1.x compat (#7740)
fastjson 1.x ParserConfig exposes a public propertyNamingStrategy field that
migration code assigns directly, but the compat package lacked it, raising
NoSuchFieldError. Add the field, mirroring SerializeConfig#propertyNamingStrategy
which already exists for the same compatibility reason.
0 commit comments