jfudickar / json2puml

Generate PlantUML files based on JSON files.
GNU General Public License v3.0
8 stars 0 forks source link

Empty objects should not lead to new instances #14

Closed jfudickar closed 10 months ago

jfudickar commented 10 months ago

In the full mode an empty object like

            "relatedAppliedBillingRate" : {
            }

can lead to an empty object in the result.

jfudickar commented 10 months ago

The current implementation is correct. The flag ShowIfEmpty of the formatdefinition controls the behaviour.