Trigger onChange at Jsonforms programatically

We have set Schema and UI schema on JsonForms, also set data on JsonForms, but setting data does not trigger onChange event, is there any way to trigger on change on complete JsonForms after setting data,
data is getting set using v-bind

Whenever a new data object is handed over to JSON Forms a change event should be emitted. Please note that the handed in data object is not deeply watched, so to inform JSON Forms about nested changes you actually need to hand in a new instance. This can easily be accomplished by using lodash/fp/set when modifying your data.