flux
flux copied to clipboard
Allow JSON Topology definitions
Currently, we only support YAML topology definitions. The actual YAML parsing code is only a few lines long. It wouldn't be hard to add JSON parsing as well.
We could easily switch parsers based on the file extension of the file/include argument (parse .yaml/.yml as YAML, parse .json as JSON).