jsonmasking
jsonmasking copied to clipboard
Replace fields in json, replacing by something, don't care if property is in depth objects. Very useful to replace passwords credit card number, etc.
``` https://github.com/ThiagoBarradas/jsonmasking/issues/4 ### Definition of Done: - [ ] Increases API documentation - [ ] Implements integration tests - [ ] Implements unit tests - [ ] Is there appropriate...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 7.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Do you plan to update references? 
Olá, estou fazendo o curso que você deu aula, e pode parecer estupido, mas eu não entendi muito bem para o que ser CI/CD, não entendi se é só um...
json.MaskFields method was giving exception for json array strings. Now I added json array support. You can test it via MaskFields_Should_Mask_With_Wildcard_ForJsonArray
Hi, I really love your library! I found a small issue when I wanted to use a hash function and the root is an array (not a bare object). The...