burnoo
09/18/2024, 6:23 PMkspoon
- an annotation based HTML to Kotlin class parser with KMP support 🎉
• parses HTML with Ksoup and creates objects with using kotlinx serialization
• supports popular network libraries - ktor (on the screenshot) and Retrofit
Result: Type-safe HTML parsing result similar to JSON and other serialization formats 👌🏼
GitHub: https://github.com/burnoo/kspoonburnoo
09/18/2024, 6:24 PM