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
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment