Skip to content

Where is json.Marshal? #244

Closed
Closed
@hoisie

Description

@hoisie
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions