export Document Json
suspend fun exportDocumentJson(document: PdfDocument, outputStream: OutputStream, instantJsonVersion: InstantJsonVersion = InstantJsonVersion.entries.last())
Suspends while exporting document JSON for the given document. The serialization work is performed on the caller's coroutine context.