How to transform JSON to JSON in Java without POJOs

Ever tried transforming one JSON structure into another without a single Java class? 😅 I’ve been exploring different ways to handle JSON → JSON transformations in Java — specifically transforming one JSON structure into another without generating POJOs or Java classes. I’m curious about approaches that use dynamic rules, mapper based, or lightweight frameworks instead of heavy object models. Has anyone tried something similar or come across open-source libraries or design patterns that help with this kind of transformation? Any pointers or experiences would be super helpful #Java #JSON #SoftwareEngineering #OpenSource #APIDesign

To view or add a comment, sign in

Explore content categories