JSON Resume Builder
Build a resume in JSON Resume format with visual form and JSON output.
Basics
Work Experience
Education
Skills
JSON Output
{
"basics": {},
"work": [],
"education": [],
"skills": []
}Related tools
JSON → CSVConverter
Convert JSON arrays to CSV locally.
CSV → JSONConverter
Convert CSV to JSON locally in your browser.
JSON to TypeScriptCode
Generate TypeScript interfaces or types from JSON input.
JSON to YAML ConverterConverter
Convert JSON to YAML with configurable indentation.
YAML to JSON ConverterConverter
Convert YAML to JSON and JSON to YAML locally in your browser.
JSON to Go StructCode
Generate Go structs from JSON with proper json tags.