How to document json configs as markdown tables
- Step 1Drop config JSON — Paste the config file content (array of objects).
- Step 2Convert — Click Run — Markdown table generated.
- Step 3Add to runbook — Embed the table in your ops runbook or deployment guide.
Frequently asked questions
What about secrets in the config?+
Run the Secret Redactor first to scrub credentials before embedding.
How do I handle nested config?+
Flatten with the JSON Flattener tool, or use multiple sub-tables for nested sections.
Is this for K8s configs too?+
K8s configs are typically YAML. Convert YAML to JSON first (via the JSON suite), then run this tool.
Privacy first
All Markdown processing runs locally in your browser using JavaScript. No file is ever uploaded to JAD Apps servers — only metadata counters are saved for signed-in dashboard stats.