General Skills Level 2 100 points

JSON Master - Data Extraction

Mission

/app/users.json contains information of 100 users in JSON format. Extract users that meet these conditions: - age between 25 and 30 (inclusive) - country is "Japan" - is_active is true Extract all email addresses of matching users, sort them alphabetically, and wrap the first email in KINOCO{...} to make the flag. Hint: Use jq command

#json#jq#data-processing#parsing

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag