Closed
Description
In source file /src/pkg/json/struct.go it says at the top: // Marshalling and unmarshalling of // JSON data into Go structs using reflection. There's an Unmarshal function in struct.go, but there doesn't seem to be a Marshal. Am I missing something, or has it just not been implemented yet? What is the expected output? What do you see instead? Expect to see a json.Marshal(obj), which takes an object and Marshals it into json format. What is your $GOOS? $GOARCH? linux/386