Swiftpack.co - adozenlines/JSFKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by adozenlines.
adozenlines/JSFKit 2303.24.0
Swift JSONFeed
⭐️ 0
🕓 1 year ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/adozenlines/JSFKit.git", from: "2303.24.0")

JSFKit

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)")
    }
}

GitHub

link
Stars: 0
Last commit: 49 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

JSFKIT Release 2303.24.0
1 year ago

Bug fixes and adoption of swift async/await concurrency model

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics