MCPcopy Index your code
hub / github.com/a8m/djson / Decode

Method Decode

decode.go:82–91  ·  view source on GitHub ↗

Decode parses the JSON-encoded data and returns an interface value. The interface value could be one of these: bool, for JSON booleans float64, for JSON numbers string, for JSON strings []interface{}, for JSON arrays map[string]interface{}, for JSON objects nil for JSON null Note that the De

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

ExampleDecodeFunction · 0.80
BenchmarkUgorjiParserFunction · 0.80

Calls 3

anyMethod · 0.95
skipSpacesMethod · 0.95
errorMethod · 0.95

Tested by 2

ExampleDecodeFunction · 0.64
BenchmarkUgorjiParserFunction · 0.64