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

Struct args

parser_test.go:1691–1695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected