Skip to content

Instantly share code, notes, and snippets.

@Marenz
Created May 18, 2014 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marenz/4c29a17e82a864b61170 to your computer and use it in GitHub Desktop.
Save Marenz/4c29a17e82a864b61170 to your computer and use it in GitHub Desktop.
Crashing UDK's json parser
{
"servers": [
{
"ip": "107.170.132.78",
"port": 7777,
"title": "NewYork-011",
"description": "Official server",
"max_players": 12,
"max_spectators": 20,
"max_duration": 20,
"max_goals": 60,
"current_players": 3,
"current_spectators": 0,
"current_duration": 23099,
"current_goals_red": 11,
"current_goals_blue": 12,
"map": "db-pitch_walls",
"ver": "0.2.4",
"training": false
},
{
"ip": "108.61.44.106",
"port": 7777,
"title": "My Supraball Server",
"description": "I did not fill this out!",
"max_players": 12,
"max_spectators": 12,
"max_duration": 20,
"max_goals": 60,
"current_players": 0,
"current_spectators": 0,
"current_duration": 82756,
"current_goals_red": 0,
"current_goals_blue": 0,
"map": "db-pitch_walls",
"ver": "0.2.4",
"training": false
},
{
"ip": "109.169.28.79",
"port": 7777,
"title": "unltdgaming-UK-1",
"description": "that",
"max_players": 10,
"max_spectators": 8,
"max_duration": 20,
"max_goals": 60,
"current_players": 0,
"current_spectators": 0,
"current_duration": 173344,
"current_goals_red": 0,
"current_goals_blue": 0,
"map": "db-pitch_walls",
"ver": "0.2.4",
"training": false
},
{
"ip": "130.25.137.141",
"port": 7777,
"title": "[[[]]]",
"description": "CULOCHILEGGE",
"map": "db-pitch",
"ver": "0.2.4",
"training": false
},
{
"title": "PRIME-Gaming_Public_UK",
},
{
"ip": "162.251.165.17",
"port": 7777,
"title": "[LA]-Hollywood-Suprabowl",
"description": "Located-in-Los-Angeles",
"max_players": 12,
"max_spectators": 2,
"max_duration": 20,
"max_goals": 60,
"current_players": 12,
"current_spectators": 0,
"current_duration": 138555,
"current_goals_red": 3,
"current_goals_blue": 2,
"map": "db-pitch_walls",
"ver": "0.2.4",
"training": false
},
{
"title": "#Supraball.NA irc.quakenet.org[CHI PUG]",
},
{
"ip": "173.234.245.35",
"title": "My Supraball Server",
"description": "Supraball",
"map": "db-pitch_walls",
"ver": "0.2.4"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment