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
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
As the log shows, the property verification_ids is lost.
I've figured out that if I change verification_ids to verifications(no camel) or annotate the property with @JSONField(name = "verification_ids") or change List to String[], then it works fine.
fastjson version: 1.2.42
POJO
Test Case
log output
As the log shows, the property verification_ids is lost.
I've figured out that if I change verification_ids to verifications(no camel) or annotate the property with
@JSONField(name = "verification_ids")or change List to String[], then it works fine.