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

Struct args

parser_test.go:1690–1694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1688 }
1689
1690 type args struct {
1691 data []byte
1692 cb func(value []byte, dataType ValueType, offset int, err error)
1693 keys []string
1694 }
1695 tests := []struct {
1696 name string
1697 args args

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected