How to convert word document into JSON

We can save a document as image, HTML etc. Can we save a document as JSON?

@ashishb888 There is no built-in way to convert document directly to JSON. However, you can create your own custom exporter to JSON using DocumentVisitor class.