Implementation
Implementation of Open Resume involves just two steps:
- Parse a JSON string, format defined here, and store the resume in a database accessible to your application.
- Provide a facility for users to export their saved resume as JSON, in the same format as step one.
PHP Example
A complete implementation example in PHP is available on GitHub.