| 523 | } |
| 524 | |
| 525 | jsmntok_t *json_tok_copy(const tal_t *ctx, const jsmntok_t *tok) |
| 526 | { |
| 527 | return tal_dup_arr(ctx, jsmntok_t, tok, json_next(tok) - tok, 0); |
| 528 | } |
| 529 | |
| 530 | void json_tok_remove(jsmntok_t **tokens, |
| 531 | jsmntok_t *obj_or_array, const jsmntok_t *tok, size_t num) |