Where's the 00.11.zz branch?
Hi! I was reading the readme and noticed that there's three kind of versions:
1.y.zwhich i guess is the master branch0.y.zwhich has its own branch00.11.zzwhich has no branch, but has a release
Question is, where can i get the latest code for 00.11.zz? Because it doesn't seem like there's a branch correspondent to that version, or am I supposed to use the one from Releases?
At a guess there are no branches, only a tag: https://github.com/open-source-parsers/jsoncpp/tree/00.11.0
Also that line of the README is 5 years old and the rest of that section is 10+ years old so the "supported" answer might be "use the 1.y.z releases". I know that parts of the current HEAD require at least C++17 to be turned on so a branch that support only exists to support pre C++11 builds is likely very out of date with zero expectation of that ever changing.