common/json: move JSON creation routines into lightningd/

It's the only user of them, and it's going to get optimized.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

gossip.pydiff --git a/common/test/run-json.c b/common/test/run-json.c
index 956fdda35..db52d6b01 100644
This commit is contained in:
Rusty Russell
2018-10-19 11:47:48 +10:30
parent 71a40faae7
commit 305795b01e
25 changed files with 573 additions and 458 deletions

View File

@@ -12,7 +12,6 @@ CLI_TEST_COMMON_OBJS := \
common/daemon_conn.o \
common/htlc_state.o \
common/json.o \
common/json_escaped.o \
common/pseudorand.o \
common/memleak.o \
common/msg_queue.o \