Skip to content

kamyar1979/je

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

je

JSON Editor Utility

input file app_info.json content :

{ "inner": { "key1": "8765" }, "referral_id": "12345" }

je --filename=app_info.json --path=inner.key1 --value=abcd

resulting file:

{ "inner": { "key1": "abcd" }, "referral_id": "12345" }

About

JSON Editor Utility

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages