Skip to content

Usefull library to handle command line arguments. CLI args to JSON object. (Usefull in college believe me)

Notifications You must be signed in to change notification settings

ptjuanramos/argstojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usefull library to handle command line arguments. CLI args to JSON object.

example:

java -jar project.jar --home.numberOfRooms=3 --home.numberOfBathRooms=2

JSONObject jObject = ArgsToJson.getJsonObject(args); System.Out.println(jObject.toString());

{"home":{"numberOfRooms":3, "numberOfBathRooms":2}}

About

Usefull library to handle command line arguments. CLI args to JSON object. (Usefull in college believe me)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages