bazaarvoice / jolt

JSON to JSON transformation library written in Java.
Apache License 2.0
1.54k stars 328 forks source link

Change only a little part #1206

Open ltenti-eventboost opened 1 year ago

ltenti-eventboost commented 1 year ago

Hi everyone,

I'm starting to explore the possibility to use Jolt into one of our project that requires the transformation of some JSON files to adapt them to an evolution of the system; we need to change only specific parts of the JSON files and leave all the rest the same. Which approach would you suggest to do this kind of process?