package
Version:
v0.1.137
Opens a new window with list of versions in this module.
Published: Oct 10, 2022
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
JSONTypeObject = "object"
JSONTypeNumber = "number"
JSONTypeInteger = "integer"
JSONTypeString = "string"
JSONTypeBoolean = "boolean"
JSONTypeArray = "array"
JSONTypeNull = "null"
)
func Validate(schema []byte, i interface{}) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.