This is a simple backend project built using Scala, Akka HTTP, and Circe.
The purpose of this project is to create a generic JSON parsing API that can:
- Accept any valid JSON input
- Parse it dynamically
- Handle nested objects and arrays
- Work without predefined case classes
This project demonstrates how to build a lightweight and flexible REST API in Scala.
- REST API built using Akka HTTP
- Dynamic JSON parsing using Circe
- Supports:
- Nested objects
- Arrays
- Mixed data types
- Unicode characters
- Large payloads