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

Found places where arrays were serialized as null instead of as empty… #284

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

… arrays.

Issue

Link your PR to an issue

Fixes #283

Description

Changed the serialization of arrays to be empty instead of null if there were no values in them.

Testing

Describe the best way to test or validate your PR.