MCPcopy Create free account
hub / github.com/dolthub/doltgresql / toGoRepr

Method toGoRepr

postgres/parser/json/json.go:164–164  ·  view source on GitHub ↗

toGoRepr returns the Go-style representation of this JSON value (map[string]interface{} for objects, etc.).

()

Source from the content-addressed store, hash-verified

162 // toGoRepr returns the Go-style representation of this JSON value
163 // (map[string]interface{} for objects, etc.).
164 toGoRepr() (interface{}, error)
165
166 // tryDecode returns an equivalent JSON which is not a jsonEncoded, returning
167 // an error if the encoded data was corrupt.

Callers 4

toGoReprMethod · 0.65
toGoReprMethod · 0.65
toGoReprMethod · 0.65
PrettyFunction · 0.65

Implementers 4

jsonNullpostgres/parser/json/json.go
jsonFalsepostgres/parser/json/json.go
jsonTruepostgres/parser/json/json.go
jsonEncodedpostgres/parser/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected