Skip to content

luoxni/SEscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

SEscripts

Handy scripts for customer facing roles

maskJson.py

Masks a JSON file while keeping the nested structure and file size. Handy for masking JSON files that contain private data.

Usage

maskJson.py -i -o

Converts {"stringvalue":"examplestring"} {"intvalue":12345} {"floatvalue":123.456} {"nestedkeys":{"boolean":true}}

to {"stringvalue": "xxxxxxxxxxxxx"} {"intvalue": 99999} {"floatvalue": 999.999} {"nestedkeys": {"boolean": "1"}}

About

handy scripts for customer facing roles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages