resume-schema icon indicating copy to clipboard operation
resume-schema copied to clipboard

SwiftyJSONResume

Open DandyLyons opened this issue 6 months ago • 0 comments

Hi, I'm not sure where is the best place to post this.

I've been developing a job application tracker app using Swift, and I recently discovered JSON resume and I was very impressed with it's capabilities. For this reason I decided to create SwiftyJSONResume which is a Swift wrapper around JSONResume for interacting with the json resume schema.

So far I have implemented Swift types with match to the JSON types, as well as parsing, validation, and exporting from Swift to JSON.

I plan to release a 1.0 on swiftpackageindex.com in the next few days and I thought it would also be helpful for the community to list it on jsonresume.org/projects

I would appreciate any feedback anyone has for improvements.

Here's a link to the repo: https://github.com/DandyLyons/swift-json-resume

DandyLyons avatar Aug 04 '24 01:08 DandyLyons