Our backend API is returning a JSON. We need to have a layer that transforms this JSON to another JSON - say with either less number of fields, or a field name change - the transformed JSON is what is returned to the end user. Basically, it is from JSON to another JSON.