So I'm hacking on Family Feud for the Switch, and it turns out it stores all its questions in one two-megabyte JSON file.
with no linebreaks
So I'm hacking on Family Feud for the Switch, and it turns out it stores all its questions in one two-megabyte JSON file.
with no linebreaks
the layout of the json is... weird. I think they're trying to do some basic manual compression?
There's string pools.
the last two are aligned.
So #4 is called "AnswerAudioCues" and goes:
[
"A_Cry",
"UNKNOWN",
"UNKNOWN",
"UNKNOWN",
"UNKNOWN",
"A_Howl",
"UNKNOWN",
"A_BreakDown",
...
okay so #1, "Questions".
Each structure here has an ID, TextIndexUS, Quality, Validity, ValidForOnline, Answers, and False Answers.