JSON Resume with Awards Section

How to showcase hackathon wins, employee awards, academic honors, and competition achievements in the JSON Resume awards section.

Section-Specific

Detailed Explanation

Adding Awards to Your JSON Resume

The awards section highlights achievements that set you apart: hackathon wins, employee recognition, academic honors, and competition placements.

Awards Structure

"awards": [
  {
    "title": "Best Overall Hack — HackMIT 2023",
    "date": "2023-10-15",
    "awarder": "HackMIT",
    "summary": "Built a real-time collaborative code review tool using WebRTC and AI-powered suggestions. Competed against 200+ teams."
  },
  {
    "title": "Employee of the Year",
    "date": "2023-01",
    "awarder": "TechCorp",
    "summary": "Recognized for leading the platform migration project that reduced infrastructure costs by 45%."
  },
  {
    "title": "Dean's List",
    "date": "2020-05",
    "awarder": "MIT",
    "summary": "Maintained 4.8 GPA in Computer Science across all semesters."
  },
  {
    "title": "Google Summer of Code Participant",
    "date": "2019-08",
    "awarder": "Google",
    "summary": "Contributed to TensorFlow's data pipeline library, implementing three new data transformation functions."
  }
]

Available Fields

Field Type Description
title string Award name and context
date string When received (ISO 8601)
awarder string Organization that gave the award
summary string Brief description of the achievement

Tips for Awards

  • Include context in the summary — "competed against 200+ teams" gives scale
  • Be specific about impact — what you did to earn the award
  • Include both professional and academic awards if early in your career
  • Hackathon wins are especially relevant for developer resumes
  • Don't inflate — "participant" is fine; not everything needs to be a "winner"

Use Case

You have notable achievements (hackathon wins, academic honors, employee recognition) that you want to highlight in your resume beyond standard work experience.

Try It — JSON Resume Editor

Open full tool