Open emilojkovic opened 6 years ago
self-assigning! (already wrote the code for this, going to submit PR)
was the PR already submitted? I'd like to use this feature. Thank you
Hi, has this function been merged? I'd like to use this feature. Thank you
I want opposite of this. Is it possible to convert this table into json? @moluzhui @emilojkovic
Functionality for generating table from an array of identical map[string]string objects. For example, if the returned JSON had the structure:
I would like to generate a table: +--------+---------+ | item1 | item2 | +--------+---------+ | value1 | value2 | | value3 | value4 | +--------+---------+