Skip to content

Instantly share code, notes, and snippets.

@Learath2
Created March 11, 2015 22:59
Show Gist options
  • Save Learath2/5887c7d89fe1f173e11d to your computer and use it in GitHub Desktop.
Save Learath2/5887c7d89fe1f173e11d to your computer and use it in GitHub Desktop.
ServerList
[
{
"version": "Test",
"servername": "Test Server",
"mapname": "map",
"gametype": "Type",
"flags": 0,
"players": 3,
"maxplayers": 16,
"clients": 3,
"maxclients": 16,
"address": "127.0.0.1",
"clients": [
{
"name": "Test player",
"clan": "Test clan",
"country": "Soviet Union",
"score": "Why is this a string?",
"player": true
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment