internal/packagejson/validated.go (7 lines of code) (raw):

package packagejson type TypeValidatedField interface { IsPresent() bool IsValid() bool ExpectedJSONType() string ActualJSONType() string }