module documentation
Convert LEX config files from JSON to YML.
| Function | json |
Convert JSON configuration file to YAML file. |
| Function | main |
Undocumented |
| Function | parse |
Undocumented |
Convert JSON configuration file to YAML file.
Notes
Preserves the order of the JSON file (since the ones we're concerned about are mostly written by hand) see: https://stackoverflow.com/questions/53874345/how-do-i-dump-an-ordereddict-out-as-a-yaml-file
| Parameters | |
inPath | Input file |
outPath, optional | Output file for YAML, optional. Default is "infile.json" -> "infile.yml" |