How to stop case correction when converting from Struct to JSON in Packaged Build?

I also encountered this problem, and I now think of two ways:

  1. if the field is a more specific name, replace it directly with an FString lookup;
  2. or refactoring a UStructToJsonObject () this function.

Did guys have a better solution?