Skip to content

Commit

Permalink
提交新的版本 v0.2 版本(修复bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
LJTian committed Sep 14, 2024
1 parent 6d8d0d7 commit 7ff0f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ j2y (json to yaml) is a tool for converting JSON data (from files or direct inpu
Examples:
[
1. Convert from file:
j2y -f input.json output.yaml
j2y -f input.json -o output.yaml
2. Convert from command line JSON data:
j2y -i '{"key": "value"}' output.yaml
j2y -i '{"key": "value"}' -o output.yaml
3. Convert from standard input:
echo '{"foo":1}' | j2y
4. Specify input file only, output to stdout:
Expand Down

0 comments on commit 7ff0f8a

Please sign in to comment.