core-lightning/cli/test
Rusty Russell 401f1debc5 common: clean up json routine locations.
We have them split over common/param.c, common/json.c,
common/json_helpers.c, common/json_tok.c and common/json_stream.c.

Change that to:
* common/json_parse (all the json_to_xxx routines)
* common/json_parse_simple (simplest the json parsing routines, for cli too)
* common/json_stream (all the json_add_xxx routines)
* common/json_param (all the param and param_xxx routines)

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-07-15 12:24:00 -05:00
..
.gitignore lightning-cli: test for amazingly slow getlogs speed. 2018-01-22 18:58:23 +01:00
config_test.h cli: change the redefine logic to read from the stdin 2022-01-19 10:36:43 +01:00
Makefile common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
run-human-mode.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
run-large-input.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
run-remove-hint.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00