parkerbxyz/JSON to Markdown table
Converts a given JSON object to a Markdown table
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 2, 2026
- License
- MIT
Pinned Snippet
uses: parkerbxyz/json-to-markdown-table@53548cd7140a92f8ee17012cad20e3df4d2b3e98 # v1.1.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| json | The JSON object to convert to a Markdown table | yes | — |
| align-pipes | Set to 'false' if you do not want the table delimiters aligned | no | true |
Outputs
| name | description |
|---|---|
| table | The Markdown table that was generated from the JSON object |