Context
At the moment Diagrams can be generated only either from C# or YAML AaC
There is some support for JSON AaC generation (e.g. from Excel/CSV Architecture Catalogue), and of course JSON AaC can be written manually.
Requirements
Add JsonAaCReaderStrategy to C4InterFlow.Automation.Readers namespace, so that it can be used to generated Diagrams from JSON AaC. It would work similarly to YamlAaCReaderStrategy, just use .json files as input.
Context
At the moment Diagrams can be generated only either from C# or YAML AaC
There is some support for JSON AaC generation (e.g. from Excel/CSV Architecture Catalogue), and of course JSON AaC can be written manually.
Requirements
Add
JsonAaCReaderStrategytoC4InterFlow.Automation.Readersnamespace, so that it can be used to generated Diagrams from JSON AaC. It would work similarly toYamlAaCReaderStrategy, just use.jsonfiles as input.