Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 177 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 177 Bytes

JSON Scheme To YAML

Input: stdin Output: stdout

Requirements:

  • python3
  • ply (sudo python3 -m pip install ply)

Run Example:
cat case1.in | python3 json_to_yaml.py