Skip to content
Snippets Groups Projects
Verified Commit 3516894a authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

JSON output: fix handling of vector value options

The vectors were previously stored as strings internally, which would not
necessarily contain the commas which are required in JSON (but not in
MATLAB/Octave). The fix consists in internally storing those options as
std::vector.

Closes: #96
parent 5b50c102
Branches
No related tags found
No related merge requests found
Pipeline #7042 passed