Skip to content

NashTech-Labs/dynamic-json-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Dynamic JSON Parser

πŸ“Œ Project Overview

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.


πŸš€ Features

  • REST API built using Akka HTTP
  • Dynamic JSON parsing using Circe
  • Supports:
    • Nested objects
    • Arrays
    • Mixed data types
    • Unicode characters
    • Large payloads

About

Unlike traditional JSON parsing approaches that require predefined case classes, this project dynamically analyses and parses incoming JSON payloads regardless of: Number of fields, Field names, Nested objects, Arrays, Unknown or evolving schemas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages