blob: 2080fc8cbd909775ca93ab8bc7aa23849c7ab898 [file] [log] [blame]
package json
func Marshal(v any) ([]byte, error)
func Unmarshal(data []byte, v any) error