I need to read a json object from source and tweak it and transform it to a "similar" json object (different field names)... What is the best way to achieve this? JsonData from source: "identifiers":
JSonData format needed from above data: "other_identifiers": Thanks