Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Escaper = strings.NewReplacer(
`\`, `\\`,
".", `\.`,
"|", `\|`,
"#", `\#`,
"@", `\@`,
"*", `\*`,
"?", `\?`)
Escaper escapes a string for use in a GJSON path.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.