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

Struct keyValueEntry

parser_test.go:1753–1757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1751}
1752
1753type keyValueEntry struct {
1754 key string
1755 value string
1756 valueType ValueType
1757}
1758
1759// Test helper for SYS-REQ-007.
1760func (kv keyValueEntry) String() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected