Update extractors.go

dev
seb 2021-08-01 00:02:43 +02:00
parent d61c7578c1
commit 3df9be0fa7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ type Extractor struct {
// KVal are the kval to be present in the response headers/cookies
KVal []string `yaml:"kval,omitempty"`
// Regex are the regex pattern required to be present in the response
// JSON are the json pattern required to be present in the response
Json []string `yaml:"json"`
// jsonCompiled is the compiled variant
jsonCompiled []*gojq.Code