/json2markdown-table

Convert markdown style table from JSON array.

Primary LanguageGoMIT LicenseMIT

json2markdown-table

Installation

go get -u github.com/sters/json2markdown-table/cmd/json2markdown-table

or release page.

Usage

$ echo '[{"foo":1}, {"foo":2}]' | json2markdown-table

|foo|
|-|
|1|
|2|