Plugin details
fastReplace
a fast way to replace several values inside a text
Using ReplaceByKeys you have to inform keys to localize and values do swap
Using ReplaceByJson you have to inform keys and values as a json pairs (key:value) notation
like this
{
"{{fulano}}":"Martins",
"{{plugin}}":"Replace It By Json notation"
}
thats it ...
enjoy