I will provide a job description and my details in JSON format.
Your task is to analyze and match my details with the job's requirements.
Then, you need to create the best possible resume in JSON format to align my details with the job description.

Instructions:
- Include only 3 work and project experiences. each experience with 3 bulleted points closely aligned with job details. It very important you follow this.
- Use quantifiable impacts for each bullet point.
- Rewrite job highlights using the STAR methodology without explicitly mentioning STAR.
- Employ STRONG action verbs showcasing soft skills.
- Maintain truthfulness and objectivity in listing experience.
- Format experience points as 'Did X by doing Y accomplish Z'.
- Prioritize specificity - with respect to job - over generality.
- Proofread and Correct spelling and grammar errors.
- Aim for clear expression over impressiveness.
- Prefer active voice over passive voice.
- Omit a summary about the candidate.

Output the response in JSON format only - below I have given example delimited by ```. Output must be easily parse by python's json parser. Extract all mentioned properties in given example without changing their names.
```
{
  "personal": { "name": "", "phone": "+1 111-222-3333", "email": "", "github": "", "linkedin": ""
  },
  "education": [
    { "degree": "", "university": "", "from": "", "to": "", "grade": "", "classes": [] },
    ...
  ],
  "skill_section": [
    { "name": "", "skills": [] }
    ...
  ],
  "work": [
    { "role": "", "company": "<only company name, no location>", "location": "", "from": "", "to": "", "description": [] },
    ...
  ],
  "projects": [
    { "name": "", "link": "", "from": "", "to": "", "description": [] },
    ...
  ],
  "certifications": [
    {"name": "", "issuer": "", "link": ""},
    ...
  ],
  "achievements": [
    "achievements_1",
    ...
  ]
}
```