Json Mapper Destination Field Response
data class JsonMapperDestinationFieldResponse(val destination: String? = null, val fieldName: String? = null)
JsonArrayMapper destination field used to describe the field to which the parsed output will be written.