Skip to content
Snippets Groups Projects
Commit a7e449f0 authored by Bensong Liu's avatar Bensong Liu
Browse files

add comment

parent 8d601ad0
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ int main(int argc, char **argv) {
}
}
else if(item.is_array()) {
// It's an array of array. Print the matrix out!
for(auto &[_, value] : item.items()) {
rows[curr_row_pos].push_back(json_to_string(value));
}
......
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