Fix invalid JSON in masking filter documentation
The example JSON was missing a comma where one was expected.
This commit is contained in:
@ -231,8 +231,8 @@ The `match` value must be a valid pcre2 regular expression.
|
||||
```
|
||||
|
||||
"replace": {
|
||||
"column": "ssn"
|
||||
"match": "(123)",
|
||||
"column": "ssn",
|
||||
"match": "(123)"
|
||||
},
|
||||
"with": {
|
||||
"fill": "X#"
|
||||
|
||||
Reference in New Issue
Block a user