rgb-cln/cli
Rusty Russell abb16b4226 cli: implement new 'flattened JSON' mode.
Much nicer for grepping, since `{ "foo": { "bar": [7] } }` is turned into
`foo.bar[0]=7`.

Changelog-Added: cli: New `--flat` mode for easy grepping.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-05-15 15:25:44 +02:00
..
test common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30
Makefile common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30
lightning-cli.c cli: implement new 'flattened JSON' mode. 2020-05-15 15:25:44 +02:00