bytedance/sonic

Provide methods to parse to/from ast.Node from structures

Aberta

#733 aberto em 13 de jan. de 2025

 (2 comentários) (0 reação) (0 responsável)Go (454 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (9.488 estrelas)
Métricas de merge de PR
 (Mesclagem média 12d 6h) (3 fundiu PRs em 30d)

Description

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

Guia do colaborador