OfficeIMO.Reader.Json (Preview)

May 9, 2026 ยท View on GitHub

OfficeIMO.Reader.Json is a modular JSON ingestion adapter for OfficeIMO.Reader:

  • AST traversal (System.Text.Json) to path/type/value rows
  • chunked structured output with optional markdown tables
  • path and stream dispatch
  • warning chunks for malformed JSON

Registration into OfficeIMO.Reader:

using OfficeIMO.Reader.Json;

DocumentReaderJsonRegistrationExtensions.RegisterJsonHandler(replaceExisting: true);

Status:

  • packaged as OfficeIMO.Reader.Json
  • preview-scoped modular adapter for OfficeIMO.Reader