flux icon indicating copy to clipboard operation
flux copied to clipboard

Allow JSON Topology definitions

Open ptgoetz opened this issue 9 years ago • 0 comments

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).

ptgoetz avatar Mar 17 '15 03:03 ptgoetz