Skip to content

Sourcing out json serialization into separate file

Julian Thome requested to merge json-serialization into main

What does this MR do?

This is a follow-up MR for !12 (merged).

The JSON serialization is done for both the run as well as the convert commands so that with this MR we are sourcing out the functions SerializeJsonToFile and SerializeJsonToWriter into a separate file. Both commands convert as well as run access these methods when generating JSON output.

What are the relevant issue numbers?

gitlab-org&6602 (closed)

Does this MR meet the acceptance criteria?

Edited by Adam Cohen

Merge request reports