|
|
|
|
|
by celie56
789 days ago
|
|
Your recommended json solution was also my first thought but if you do not have the ability to easily introduce a new dependency then the op is correct. If I have an existing JSON file that I want to quickly parse for a demo project there is almost zero chance I would pick C++. In comparison, Python is already installed in many environments and has built-in json parsing. |
|