MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / MaybeDecode

Method MaybeDecode

pkg/util/json/json.go:222–222  ·  view source on GitHub ↗

MaybeDecode returns an equivalent JSON which is not a jsonEncoded.

()

Source from the content-addressed store, hash-verified

220
221 // MaybeDecode returns an equivalent JSON which is not a jsonEncoded.
222 MaybeDecode() JSON
223
224 // toGoRepr returns the Go-style representation of this JSON value
225 // (map[string]interface{} for objects, etc.).

Callers 4

slowContainsFunction · 0.65
slowContainsMethod · 0.65
slowContainsMethod · 0.65
ConcatMethod · 0.65

Implementers 4

jsonNullpkg/util/json/json.go
jsonFalsepkg/util/json/json.go
jsonTruepkg/util/json/json.go
jsonEncodedpkg/util/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected