MCPcopy Create free account
hub / github.com/segmentio/encoding / Kind

TypeAlias Kind

json/json.go:168–168  ·  view source on GitHub ↗

Kind represents the different kinds of value that exist in JSON.

Source from the content-addressed store, hash-verified

166
167// Kind represents the different kinds of value that exist in JSON.
168type Kind uint
169
170const (
171 Undefined Kind = 0

Callers 2

kindMethod · 0.70
ClassMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected