Documentation
¶
Overview ¶
Package simplejsonmatch provides JSON schema matching functionality. It is a Go port of the simple-json-match TypeScript library. https://github.com/hookdeck/simple-json-match
Index ¶
Constants ¶
View Source
const ( OpEq = "$eq" OpNeq = "$neq" OpGt = "$gt" OpGte = "$gte" OpLt = "$lt" OpLte = "$lte" OpIn = "$in" OpNin = "$nin" OpStartsWith = "$startsWith" OpEndsWith = "$endsWith" OpExist = "$exist" OpOr = "$or" OpAnd = "$and" OpNot = "$not" )
Operator constants for schema matching.
Variables ¶
View Source
var (
ErrUnsupportedType = errors.New("unsupported type for operator")
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.