MCPcopy Create free account
hub / github.com/francoispqt/gojay / AddEmbeddedJSON

Method AddEmbeddedJSON

decode_embedded_json.go:72–74  ·  view source on GitHub ↗

AddEmbeddedJSON adds an EmbeddedsJSON to the value pointed by v. It can be used to delay JSON decoding or precompute a JSON encoding.

(v *EmbeddedJSON)

Source from the content-addressed store, hash-verified

70// AddEmbeddedJSON adds an EmbeddedsJSON to the value pointed by v.
71// It can be used to delay JSON decoding or precompute a JSON encoding.
72func (dec *Decoder) AddEmbeddedJSON(v *EmbeddedJSON) error {
73 return dec.EmbeddedJSON(v)
74}
75
76// EmbeddedJSON adds an EmbeddedsJSON to the value pointed by v.
77// It can be used to delay JSON decoding or precompute a JSON encoding.

Callers

nothing calls this directly

Calls 1

EmbeddedJSONMethod · 0.95

Tested by

no test coverage detected