DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
json.RawMessage
Examples using...
json.RawMessage
Recent
Examples
RawMessage (Unmarshal) in Go
by GoDoc
Go
json.RawMessage
json.Unmarshal
log.Fatalln
encoding/json
fmt
This example uses RawMessage to delay parsing part of a JSON message.
Examples
RawMessage (Marshal) in Go
by GoDoc
Go
json.RawMessage
encoding/json
fmt
fmt.Println
json.MarshalIndent
This example uses RawMessage to use a precomputed JSON during marshal.