JSON serverlist
Posted: 06 Jun 2013, 08:03
Hello,
How do we want to structure a JSON serverlist?
I thought about something like this:
Also saving this link (i fear to loose it otherwise
). It shows a possible implementation: https://bugreports.qt-project.org/browse/QTBUG-12117
Regards,
Ablu
How do we want to structure a JSON serverlist?
I thought about something like this:
Code: Select all
{
// Place for stuff like latest client version / future expansion
"servers": [
{
"name": "Source of Tales",
"hostname": "testing.manasource.org",
"port": 9601,
"description": "The LPC 2012 entry by the Mana team.",
"website": "http://manasource.org/",
"state": "TEST",
},
]
}

Regards,
Ablu