jsonmasking icon indicating copy to clipboard operation
jsonmasking copied to clipboard

Added Json Array support for json string and also MaskFields_Should_Mask_With_Wildcard_ForJsonArray Unit Test Method

Open FatihKosal opened this issue 2 years ago • 1 comments

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

FatihKosal avatar Jan 04 '24 12:01 FatihKosal

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8689a83) 100.00% compared to head (cb4910f) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master        #7   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           28        33    +5     
  Branches         8        10    +2     
=========================================
+ Hits            28        33    +5     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jan 04 '24 12:01 codecov[bot]