jsonmasking icon indicating copy to clipboard operation
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.

Results 7 jsonmasking issues
Sort by recently updated
recently updated
newest added

``` 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...

dependencies

Do you plan to update references? ![image](https://user-images.githubusercontent.com/87074340/138116990-f783fe51-158d-4c5a-8256-f73c9f45730a.png)

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...

Only test to active github status check

no changes

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...