MCPcopy
hub / github.com/darjun/go-daily-lib / main

Function main

sjson/error/path/main.go:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7)
8
9func main() {
10 user := `{"name":"dj","age":18}`
11 newValue, err := sjson.Set(user, "na?e", "dajun")
12 fmt.Println(err, newValue)
13}

Callers

nothing calls this directly

Calls 1

SetMethod · 0.80

Tested by

no test coverage detected