Fix masking filter documentation

The example had invalid JSON in it.
This commit is contained in:
Markus Mäkelä
2018-05-10 22:24:14 +03:00
parent bcbb823ab3
commit a544239540

View File

@ -241,7 +241,7 @@ of the mask value to get the lengths to match.
"column": "creditcard" "column": "creditcard"
}, },
"with": { "with": {
"value": "1234123412341234" "value": "1234123412341234",
"fill": "0" "fill": "0"
}, },
"applies_to": [ ... ], "applies_to": [ ... ],