Convert word to json in parent child hierarchy using aspose words python

Hello,

I want to convert a word document to a JSON structure with python. I want to preserve the relationship and hierarchy of title and nested lists. Is this possible with Aspose using python?

Regards,
SM

@ln22 There is no built-in method for converting document to Json structure using Aspose.Words. But you can use approach similar to the one suggested in the following topic to achieve this:
https://forum.aspose.com/t/html-to-json/281651