Hello @NageshRaja ,You might not get the automated json transform in Slightly.One thing you can do,
ObjectMapper objectMapper = new ObjectMapper();
jsonData = objectMapper.writeValueAsString(this);
on your ParentComponent.Ref: https://github.com/Sady-Rifat/aem-vue/blob/component-api-setup/core/src/m...