Hi, I could not figure out how to deserialize a complex Json structure:
{
"Servers":
{
"S1":
{
"Map": "DefaultMap",
"Name": ",
"Password": ""
}
"S2":
{
"": "",
"": "":
"",""
}
}
}
As you might guess I want to make a server list so I need to iterate trough the keys of the array “Servers” and get the fields of the array associated to the server!
Held would be extrem apprechiated, hell I would even Put you name in the end of the game xD