Closed
Description
I'm reading some on the flatten JSON, and I'm wondering what'd be the best way to cast the whole flatten json to a map<string, string>
. I'm aware that I can iterate over items, and prepare it manually, but is there any better way?
I'm using C++17, and Apple Clang. I'm using the version 3.7.3.