Spotlight archive

Guess the language.

Three lines, three guesses.

MODESpotlight0/3
Spotlight · ?.??
1with open("data.json", "r") as f:
2 payload = json.load(f)
3return payload.get("users", [])
$ identify language
scripting
compiled
query
Keep going