| 566 | } |
| 567 | |
| 568 | jsmntok_t *json_tok_copy(const tal_t *ctx, const jsmntok_t *tok) |
| 569 | { |
| 570 | return tal_dup_arr(ctx, jsmntok_t, tok, json_next(tok) - tok, 0); |
| 571 | } |
| 572 | |
| 573 | void json_tok_remove(jsmntok_t **tokens, |
| 574 | jsmntok_t *obj_or_array, const jsmntok_t *tok, size_t num) |