type encoding/json.RawMessage
13 uses
encoding/json (current package)
stream.go#L260: type RawMessage []byte
stream.go#L263: func (m RawMessage) MarshalJSON() ([]byte, error) {
stream.go#L271: func (m *RawMessage) UnmarshalJSON(data []byte) error {
stream.go#L279: var _ Marshaler = (*RawMessage)(nil)
stream.go#L280: var _ Unmarshaler = (*RawMessage)(nil)
cloud.google.com/go/logging
logging.go#L721: if raw, ok := v.(json.RawMessage); ok { // needed for Go 1.7 and below
github.com/aws/aws-sdk-go/aws/endpoints
decode.go#L11: type modelDefinition map[string]json.RawMessage
google.golang.org/grpc/balancer
balancer.go#L197: ParseConfig(LoadBalancingConfigJSON json.RawMessage) (serviceconfig.LoadBalancingConfig, error)
google.golang.org/grpc/balancer/grpclb
grpclb_config.go#L36: ChildPolicy *[]map[string]json.RawMessage
grpclb_config.go#L39: func (b *lbBuilder) ParseConfig(lbConfig json.RawMessage) (serviceconfig.LoadBalancingConfig, error) {
google.golang.org/grpc/internal/resolver/dns
dns_resolver.go#L397: ServiceConfig *json.RawMessage `json:"serviceConfig,omitempty"`
google.golang.org/grpc/internal/serviceconfig
serviceconfig.go#L45: type intermediateBalancerConfig []map[string]json.RawMessage
serviceconfig.go#L70: jsonCfg json.RawMessage
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |