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

Struct ParseTest

parser_test.go:2077–2082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2075}
2076
2077type ParseTest struct {
2078 in string
2079 intype ValueType
2080 out interface{}
2081 isErr bool
2082}
2083
2084var parseBoolTests = []ParseTest{
2085 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected