Implementation

Implementation of Open Resume involves just two steps:

  1. Parse a JSON string, format defined here, and store the resume in a database accessible to your application.
  2. 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.