{ "title": "j-party!", "topics": [ { "topic": "Wat?", "questions": [ { "hint": "He", "answer": "She", "points": 100, "isDeferredDouble": true }, { "hint": "It", "answer": "Who", "points": 200 }, { "hint": "Why", "answer": "Where", "points": 300 } ], "color": { "red": 68, "green": 68, "blue": 170 } }, { "topic": "Topic2", "questions": [ { "hint": "Wildcard", "answer": "any", "points": 1000 }, { "hint": "foo", "answer": "bar", "points": 5 }, { "hint": "foo", "answer": "bar", "points": 5 } ], "color": { "red": 34, "green": 34, "blue": 204 } }, { "topic": "Topic3", "questions": [ { "hint": "Wildcard", "answer": "any", "points": 1000 }, { "hint": "foo", "answer": "bar", "points": 5 }, { "hint": "foo", "answer": "bar", "points": 5 } ] }, { "topic": "Topic4", "questions": [ { "hint": "Some", "answer": "thing", "points": 1000 }, { "hint": "Other", "answer": "Thing", "points": 5 } ] } ], "players": [ { "name": "P1", "color": { "red": 255, "green": 0, "blue": 0 } }, { "name": "Playerererer", "initialPoints": 1000 }, { "name": "P3" } ], "doubleAfter": 4, "endGameAfter": 4 }