Skip to content

protocoltojson: Do not create empty array for ExtraNames value

Alexander Lohnau requested to merge work/slave_protocols_converter into master

When reading the JSON metadata the non-existing key will default to an empty string list anyways. This way the generated JSON files contain less unnecessary information.

@meven @cullmann

Merge request reports