JSFKit- A swift JSON parser implementation for RSS data
Example usage:
let reader = JSReader(url: URL(string: "https://www.jsonfeed.org/feed.json"))
reader.read { (jsfeed, error) in
if let error = error {
print("\(error.localizedDescription)")
} else {
guard let title = jsfeed?.title else { return }
print("\(title)")
}
}
link |
Stars: 0 |
Last commit: 2 weeks ago |
Bug fixes and adoption of swift async/await concurrency model
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics