Software Alternatives, Accelerators & Startups

JSON Resume

A JSON-based standard for resumes.

JSON Resume

JSON Resume Reviews and Details

This page is designed to help you find out whether JSON Resume is good and if it is the right choice for you.

Screenshots and images

  • JSON Resume Landing page
    Landing page //
    2021-10-22

Features & Specs

  1. Standardization

    JSON Resume offers a standardized format for resumes, making it easier to share and maintain consistency across different platforms and applications.

  2. Machine Readability

    Being in JSON format, resumes are easily machine-readable, facilitating integration with APIs and other software solutions.

  3. Flexibility

    The format allows for easy customization and extension, enabling users to add or remove fields to tailor the resume to their specific needs.

  4. Open Source

    As an open-source initiative, JSON Resume provides the community with the ability to contribute and improve the project continuously.

  5. Compatibility with Web Technologies

    JSON Resume can be directly used with modern web technologies, enabling the creation of interactive and dynamic resumes.

Badges

Promote JSON Resume. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

JSON Resume - Getting started

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about JSON Resume and what they use it for.
  • How do you store and maintain your CV/resume over time?
    Https://jsonresume.org/ because it's fun, and I change my LinkedIn profile at the same time. - Source: Hacker News / 1 day ago
  • Show HN: YAMLResume: Open-Source Node.js Tool to Create Resumes as Code in YAML
    Creating a resume may not be difficult, but it is definitely a boring, lengthy and tedious process. With [YAMLResume](https://yamlresume.dev), you can create and version control your resumes with YAML and create pixel perfect PDFs with professional layout and typesetting in a breeze. [YAMLResume](https://yamlresume.dev) is highly inspired by [JSON Resume](https://jsonresume.org/), with some [noticeable... - Source: Hacker News / 29 days ago
  • I Built a Modern React Theme for JSON Resume
    If you're not familiar with JSON Resume, it's a fantastic initiative that lets you manage your resume as a JSON file. The ecosystem has several themes, but I found most of them were either outdated or missing features I wanted. - Source: dev.to / about 2 months ago
  • Overengineer your CV
    For implementing the database I have decided to use a YAML file since it is possible to edit it using a text editor. For structuring the YAML file, I have decided to use as a base the json-resume JSON-Schema. Since the schema is a little limited I have added some more fields and renamed some to satisfy my needs. - Source: dev.to / 3 months ago
  • Show HN: Convert your LinkedIn profile to a resume
    For our data model we started with https://jsonresume.org/ but needed to adapt a bit. Ideally there would be something on https://json-schema.org/ (as there are for industry job posting standards). - Source: Hacker News / 6 months ago
  • Show HN: Convert your LinkedIn profile to a resume
    I have used this in the past, https://jsonresume.org and can vouch for it. Probably this is exactly what you mean. - Source: Hacker News / 6 months ago
  • The Overengineered Resume with Zola, JSON Resume, Weasyprint, and Nix
    Mine is also automated, but a lot more lightweight. I, like OP, use JSON Resume [1]. Besides that I just have a Github Action which creates a PDF and also updates a web-based version [2] hosted in AWS S3. My favourite thing about this setup is if I want to make a small change I can just log into Github and commit a quick edit in the repo [3] through Github's web-based UI, with a new PDF being generated and the... - Source: Hacker News / 11 months ago
  • Make your resume SEO friendly using JSON Resume with microdata
    Using JSON Resume with the jsonresume-theme-microdata theme will create a resume documented with microdata following the Schema.org vocabulary set. - Source: dev.to / about 1 year ago
  • Cool readme on your github profile page with github actions.
    Another essential workflow involves the automatic generation of a CV file, which is based on a resume.json file. JSON Resume stands as an open standard format, designed for crafting and sharing resumes or CVs in a structured and machine-readable manner. It harnesses the power of JSON to delineate various resume sections, encompassing personal details, educational background, work experience, skills, and more. JSON... - Source: dev.to / over 1 year ago
  • Anyone use jsonresume and have a good theme to use for exporting to pdf?
    While starting to apply for some programming jobs I came across jsonresume (https://jsonresume.org/), which seems awesome in theory... It lets me keep my updated resume checked into a GitHub repo and easily drop it into an html template. Source: almost 2 years ago
  • Show HN: Open-Source Resume Builder and Parser
    Also checkout https://jsonresume.org/ not my project but also amazing work. - Source: Hacker News / almost 2 years ago
  • New CV vs Old CV: which helped me land a new job.
    There is an open standard called jsonresume. https://jsonresume.org/. Source: about 2 years ago
  • Can’t get past screens for 300 plus apps
    I won't comment on the information on your resume as others already have given their prospective. This is based on personal experience, but I had a better success rate when I started using https://jsonresume.org/ for my resume. I definitely saw an increase on companies reaching out. Give it a shot! You will land a possition eventually, keep on going! Source: about 2 years ago
  • Typst, a modern LaTeX alternative written in Rust, is now open source
    I really want to try our typst but realistically, I'm never going to write a paper in my life. The only document that I send as a PDF is my resume. I'm currently using jsonresume for this, and I'm reasonably happy with it. Source: about 2 years ago
  • I hate Workday
    From the inverse side (not a schema for forms, but for your own data), there's JSON Resume. Source: about 2 years ago
  • Changing careers into front-end development would appreciate some feedback, thanks.
    I used an open source resume framework called [jsonresume](https://jsonresume.org/) the template is called [one](https://github.com/PhillipChaffee/jsonresume-theme-one). I used NPM to install it in true front-end dev tradition but there's other options on the [org](https://jsonresume.org/) site if you don't want to install a bunch of stuff. Source: about 2 years ago
  • Based on a Post I read today morning
    Long ago there was this thing but it never took off. Source: over 2 years ago
  • Creating a resume builder with React, NodeJS and AI
    Check out https://jsonresume.org/. There’s a Chrome Extension for LinkedIn that pulls your profile into their schema. Paste the schema into a GitHub Gist and voila! Source: over 2 years ago
  • Use RSS for privacy and efficiency
    I'm kind of a JSON maximalist because I find it really simple and havent put too much thought into it. I'd also like to shout out https://www.jsonfeed.org/ https://jsonresume.org/ https://tomcritchlow.com/2020/04/15/library-json/ It'd be pretty cool to have an ecosystem where you could ```. - Source: Hacker News / over 2 years ago
  • Resume / CV Tooling - What (if any) do you use?
    I did my thesis in LaTeX and it was amazing. Then I wanted to do my CV in LaTeX and it was a pain. In the end I opted for (jsonresume)[https://jsonresume.org/] with the (stack-overflow-theme)[https://themes.jsonresume.org/theme/stackoverflow] and introduced some minor changes by using patch-package. I can create HTML, PDFs and a bunch of others I'll never use. Source: over 2 years ago
  • Owners of such company portals have special place in hell
    If only there was a decent standard format that resume builders and readers could use to make this all unnecessary. JSON Resume. Source: over 2 years ago

Do you know an article comparing JSON Resume to other products?
Suggest a link to a post with product alternatives.

Suggest an article

JSON Resume discussion

Log in or Post with

Is JSON Resume good? This is an informative page that will help you find out. Moreover, you can review and discuss JSON Resume here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.