diff --git a/scripts/JSON-to-YAML Converter/README.md b/scripts/JSON-to-YAML Converter/README.md new file mode 100644 index 0000000..fc103bc --- /dev/null +++ b/scripts/JSON-to-YAML Converter/README.md @@ -0,0 +1,4 @@ + ### JSON to YAML file converter + Takes JSON data and converts it into YAML file by braking the JSON array and using the YAML library of python + ### To Execute the code + `json2yaml.py input_file.json output_file.yaml`