According to the documentation, the response from /Import endpoint should be JSON of:
{
AbstractLists,
BackgroundColor,
Lists,
Sections
}
https://help.syncfusion.com/js/webapi/documenteditor
But the response I'm getting back is {"sfdt": "<some base-64-string>".
I need to do server-side pre-processing of the response (to add some changes for review. Can you provide any guidance to how I can convert the sfdt field into the actual JSON result so I can manipulate it before returning to the client?
Thanks!
Noah