bytedance/sonic

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

Offen

#733 geöffnet am 13.01.2025

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (454 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (9.488 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 12T 6h) (3 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide