Skip to content
/ j2y Public
forked from smurawski/j2y

CLI tool to convert YAML to JSON

Notifications You must be signed in to change notification settings

rickyson96/j2y

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CLI tool to convert JSON to YAML or YAML to JSON

PS > .\target\debug\j2y.exe --help
J 2 Y 0.0.221
Steven Murawski <[email protected]>
Converts JSON between YAML

USAGE:
    j2y-linux [FLAGS] [OPTIONS] <INPUT> <OUTPUT>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information
    -v               Include verbose output

OPTIONS:
    -s, --source <SourceFormat>    Input serialization format. [default: JSON]  [values: YAML, JSON]

ARGS:
    <INPUT>     Sets the input file to use
    <OUTPUT>    Sets the output file to use

About

CLI tool to convert YAML to JSON

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%