Skip to content

v1.0.0 - Initial Cross-Platform JSON Reader Release

Latest

Choose a tag to compare

@backpackerdeveloper backpackerdeveloper released this 05 Jul 18:48
· 2 commits to main since this release
6ededbd

📦 KMP JSON Reader SDK - v1.0.0

Welcome to the first official release of the KMP JSON Reader SDK, a lightweight and efficient Kotlin Multiplatform library for reading and parsing JSON files on Android and iOS platforms.

🚀 What's Included

🌐 Cross-Platform Support

  • Fully supports Kotlin Multiplatform
  • Runs seamlessly on Android and iOS

📁 Flexible Source Handling

  • Android: Read JSON files from assets or file system
  • iOS: Read JSON files from bundle resources or file system

🧩 Powerful JSON Parsing

  • Convert JSON to:
    • Map<String, Any> / List<Any> structures
    • Strongly typed Kotlin data classes (Android only for now)

⚙️ Asynchronous + Reactive

  • Built on Kotlin Flow for reactive and non-blocking operations

🛡️ Error Handling

  • Clean error messages and well-structured exception classes

🧼 Clean Architecture

  • Modular, testable, and extensible structure
  • Clear separation of concerns for easier maintenance

Thanks for checking out the project! Contributions, feedback, and feature requests are welcome via Issues or Pull Requests.

What's Changed

New Contributors

Full Changelog: https://github.com/backpackerdeveloper/JSON-Reader-KMP-SDK/commits/v1.0.0