{
	"rules": [
	{
		"replace": {
			"table": "masking",
				"column": "lastname"
		},
			"with": {
				"value": "*",
				"fill": "X"
			}
	}
	]
}
