Skip to content

jaspersmitNL/PSRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonTool

To convert a json file to a PS1 file run the following command:

cargo run -- --input=users.json --output=users.ps1 --mode=json2ps

To convert a PS1 file to a json file run the following command:

cargo run -- --input=users.ps1 --output=users.json --mode=ps2json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages