[4.7.6]Property names are changed by UStructToJsonObjectString

Hi, there:
I’m trying Json-Request-Response in C++, and I use FJsonObjectConverter::UStructToJsonObjectString to convert a struct to a string, and found this api has an issue.
this is my struct:

42184-struct.png

this is my code:

after conversion, json string becomes:

member variable “UserAccount” becomes “userAccount”,
“GUID” becomes “gUId”, and “Password” becomes “password”.

Cause I convert this string to struct in server by Java, Json library in Java can’t identify struct if case of member variable’s name doesn’t match.

Any advice will be thankful.

Duplicate of: Property names are changed by UStructToJsonObjectString - Programming & Scripting - Epic Developer Community Forums