SaveAI
Free online converter

Word to JSON

Turn Word into JSON right in your browser. Nothing is uploaded, no account is needed, and the file downloads the moment it is ready.

Turns a .docx into typed blocks a script can walk through.

Open the converter

Free · no account · runs on your device

What this conversion does

Word

Reading Word

The .docx is unzipped in the page and read as WordprocessingML: heading styles become heading levels, real numbering definitions become ordered and bulleted lists, bordered paragraphs become quotes, and fully monospaced runs become code blocks. Embedded pictures are not carried over, and the converter tells you how many it left behind.

JSON

Writing JSON

A structured saveai.doc.v1 tree: a title plus typed blocks for headings, paragraphs, lists, quotes, code and tables — ready to feed a script, a database or another tool, and convertible back into a document here at any time.

A real example

WordInput.docx

Heading 1 — "Quarterly report"
paragraph — "Revenue grew 18% — see the table."
list item — "EMEA up"
list item — "APAC flat"
table — 2 rows × 2 cols
code — "npm run build"

JSONOutput.json

{
  "title": "Quarterly report",
  "generator": "SaveAI format converter",
  "format": "saveai.doc.v1",
  "blocks": [
    {
      "type": "paragraph",
      "text": "Revenue grew **18%** — see the table."
    },
    {
      "type": "list",
      "ordered": false,
      "items": [
        "EMEA up",

Both sides were produced by the converter on this page — the same code that runs when you drop your own file in.

A .docx is a zipped document, not text — so this lists what the file actually contains, read back out of its XML.

How to convert Word to JSON

1

Open the converter

Source and target arrive already set to Word → JSON. There is nothing to configure.

2

Drop the file, or paste the text

One file at a time. You can also type straight into the editor and watch the preview keep up.

3

Convert and download

The result shows up in the preview pane first, so you can check it before the .json file lands in your downloads.

Related conversions

More from Word

Other ways to get JSON

All 36 conversion paths

Common questions

Is it really free?
Yes. No account, no sign-up, no watermark, and no daily limit on this page.
How many files can I convert at once?
The converter handles one file at a time. For bulk work, the Markdown batch tools take up to 10 files and hand back a ZIP.
What happens to my file?
It never leaves your computer. This conversion is JavaScript running inside the page, so the file is read, converted and saved locally — there is no upload at all.

Converting an AI chat instead?

SaveAI is a browser extension that saves whole ChatGPT, Claude, Gemini and DeepSeek conversations as PDF, Word, Markdown and more — images, code and formulas included.

See what the extension does