Given a collection of JSON objects (conceptually imported from CSV data), complete a 3-part coding test within 60 minutes. Part 1: From each JSON object, select and extract specified fields (e.g., name, email, and several others) and output them in a required format. Part 2: Extend Part 1 by adding…