MCPcopy Create free account
hub / github.com/buger/jsonparser / GetString

Method GetString

path_compiler.go:184–186  ·  view source on GitHub ↗

GetString resolves the compiled path and returns its string value. SYS-REQ-114

(data []byte)

Source from the content-addressed store, hash-verified

182// GetString resolves the compiled path and returns its string value.
183// SYS-REQ-114
184func (c CompiledPath) GetString(data []byte) (string, error) {
185 return GetString(data, c.parts...)
186}
187
188// GetInt resolves the compiled path and returns its integer value.
189// SYS-REQ-114

Callers

nothing calls this directly

Calls 1

GetStringFunction · 0.85

Tested by

no test coverage detected