bytedance/sonic
Provide methods to parse to/from ast.Node from structures
オープン
#733 opened on 2025/01/13
enhancementhelp wanted
Repository metrics
- Stars
- (9,488 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
It would be convenient even if first pass is implemented as a Marshal to []byte followed by sonic.Get in one direction and MarshalJSON with sonic.Unmarshal in the other, to have methods that interoperate between golang structures and ast.Node