You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: