Hello,

it seems that the deserializeJson function requires all fields of the struct to be defined, at least according to the error it gives:

Missing non-optional field 'port' of type 'GameServer'.

is there a way to mark some fields as optional?

regards,

--Marenz