mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 07:30:43 +00:00
todo
This commit is contained in:
parent
0795a2c323
commit
fbf186b1a3
2 changed files with 6 additions and 1 deletions
|
|
@ -51,6 +51,8 @@ static void lrec_writer_json_free(lrec_writer_t* pwriter) {
|
|||
static void lrec_writer_json_process(FILE* output_stream, lrec_t* prec, void* pvstate) {
|
||||
lrec_writer_json_state_t* pstate = pvstate;
|
||||
|
||||
// xxx split on ":" ... convert to mlhmmv & just use that?!?!??
|
||||
|
||||
if (prec != NULL) { // not end of record stream
|
||||
|
||||
if (pstate->counter == 0)
|
||||
|
|
|
|||
|
|
@ -53,7 +53,10 @@ TOP-OF-LIST DETAILS
|
|||
k output: mlr-native json output is trivial & just do it.
|
||||
- cover x 2
|
||||
- define 'tabular JSON' by example @ mld
|
||||
? flatten/unflatten option? "." syntax?
|
||||
? flatten/unflatten option? ":" syntax?
|
||||
- programmable allow-this-on-input flag
|
||||
- programmable allow-this-on-output flag
|
||||
- programmable flatten-separator
|
||||
? or support multi-level lrecs??
|
||||
|
||||
! lnx fixme:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue