package jsontest

Import Path
	encoding/json/internal/jsontest (on go.dev)

Dependency Relation
	imports 13 packages, and imported by 0 packages

Involved Source Files testcase.go Package jsontest contains functionality to assist in testing JSON.
Package-Level Type Names (total 3)
/* sort by: | */
CaseName is a case name annotated with a file and line. Name string Where CasePos func Name(s string) (c CaseName)
CasePos represents a file and line number. ( CasePos) String() string CasePos : expvar.Var CasePos : fmt.Stringer
Data func() []byte Name string // nil if there is no concrete type for this
Package-Level Functions (only one)
Name annotates a case name with the file and line of the caller.
Package-Level Variables (only one)
Data is a list of JSON testdata.