Most Linux programs want a --version program option. This is suggested in GNU coding standards. The jsoncpp library already gives the preprocessor JSONCPP_VERSION_STRING. It would be useful to add ...
Please Don't Scroll Past This Can you chip in? The Internet Archive partners with libraries, archives, and institutions across the globe to preserve cultural heritage that would otherwise be lost ...
From what I can tell from a quick browse around the jsoncpp source, most of the other files prefer using the C++ std header (e.g. here). What I'd like to see is using the C++ headers everywhere - I'm ...