bytedance/sonic

ast.Node should support move and/or copy at any depth of the tree; not just within arrays

Open

#732 opened on Jan 13, 2025

 (4 comments) (0 reactions) (0 assignees)Go (454 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (9,488 stars)
PR merge metrics
 (PR metrics pending)

Description

If some of the other feature issues are addressed, this may be straightforward to do as a client with a set and delete, but a copy/move (copy with delete of src) would be convenient for reshaping incoming fuzzy json generously into a schema that can parse naturally.

Contributor guide