type encoding/json.RawMessage
9 uses
encoding/json (current package)
stream.go#L259: type RawMessage []byte
stream.go#L262: func (m RawMessage) MarshalJSON() ([]byte, error) {
stream.go#L270: func (m *RawMessage) UnmarshalJSON(data []byte) error {
stream.go#L278: var _ Marshaler = (*RawMessage)(nil)
stream.go#L279: var _ Unmarshaler = (*RawMessage)(nil)
github.com/oapi-codegen/runtime
jsonmerge.go#L13: func JsonMerge(data, patch json.RawMessage) (json.RawMessage, error) {
jsonmerge.go#L19: func JSONMerge(data, patch json.RawMessage) (json.RawMessage, error) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |