Skip to content

generate json input for your app with this cli

Notifications You must be signed in to change notification settings

euro-phd/jsoneer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example workflow

Usage:

# to read json in rusty way
jsoneer show example.json 
# to replace every value with "placeholder"
jsoneer set example.json -m u placeholder 
# to replace with null,false,true,[],{} respectfully 
jsoneer set example.json -m [n|f|t|a|o] 

Roadmap:

  • Replace all values in the json by 'null','false','true', '{}', '[]' and user-specified
  • Support filenames as input
  • Move to "clap" for parsing
  • Raplce values one-by-one, replace with 'shifting', or by index IN PROGRESS
  • Generate payloads based on the ruleset
  • Host web version
  • Create simple GUI/TUI
  • Implemet itegration with some QA tooling

About

generate json input for your app with this cli

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages