This commit is contained in:
John Kerl 2016-02-01 22:22:22 -05:00
parent 0795a2c323
commit fbf186b1a3
2 changed files with 6 additions and 1 deletions

View file

@ -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)

View file

@ -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: