MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / AsText

Method AsText

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

AsText returns the JSON document as a string, with quotes around strings removed, and null as nil.

()

Source from the content-addressed store, hash-verified

115
116 // AsText returns the JSON document as a string, with quotes around strings removed, and null as nil.
117 AsText() (*string, error)
118
119 // Exists implements the `?` operator.
120 Exists(string) (bool, error)

Callers 3

eval.goFile · 0.65
AsTextMethod · 0.65
RemoveStringMethod · 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