Election-Tech-Initiative / electionguard-cpp

A C++ implementation of ElectionGuard specification focused on encryption components.
https://www.electionguard.vote/
MIT License
23 stars 26 forks source link

Issue serializing Manifest in JSON #292

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

Is there an existing issue for this?

Current Behavior

When party items in the json have null values for abbreviation, color, or logo_uri, the manifest will not get created. This is due to the json library being used had an issue written up against it.

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS:

Anything else?

No response