Tags: szolotykh/json11
Tags
Change Json map/vector conversions to invoke begin() directly (dropbo… …x#110) ... instead of using key_type/value_type/mapped_type. Because this could otherwise false-positive on things like std::optional, which has a value_type member type, but is not a container. Fixes dropbox#109.